lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 4472 in lilypond: Skip between \marks will be igno


From: lilypond
Subject: [Lilypond-auto] Issue 4472 in lilypond: Skip between \marks will be ignored
Date: Wed, 01 Jul 2015 19:50:26 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4472 by address@hidden: Skip between \marks will be ignored
https://code.google.com/p/lilypond/issues/detail?id=4472

If there are only skips (s) between two \mark commands, these will be ignored, a warning given about simultaneous marks, and everything following in this (input) music expression will not be engraved. It boils down to the following:

\version "2.19.22"
% same with 2.18

%{

The problem:
Warning about Two simultaneous mark events &c.
All the following music will be junked

Test cases:

Same duration       – \default given     – problem
Same duration       – \default not given – no problem
Different durations – \default given     – problem
Different durations – \default not given – problem

%}

{
  \mark
  s4
  \mark \default
  s
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

[Prev in Thread] Current Thread [Next in Thread]