lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 660 in lilypond: ossia staff doesn't stop at c


From: lilypond
Subject: Re: [Lilypond-auto] Issue 660 in lilypond: ossia staff doesn't stop at correct horizontal position
Date: Sat, 06 Sep 2014 07:41:38 +0000

Updates:
        Labels: -Priority-Low

Comment #3 on issue 660 by address@hidden: ossia staff doesn't stop at correct horizontal position
https://code.google.com/p/lilypond/issues/detail?id=660

Here is a slightly less cumbersome workaround:
\relative c'' {
  \time 2/4 c2 |

  << { c2 }
     \new Staff \with {
       \remove "Time_signature_engraver"
     }
     { c2 } >> |

  << { c2 }
     \new Staff \with {
       \remove "Time_signature_engraver"
     }
     { c2 \grace { \stopStaff s4 } } >> |

  \time 3/4 c2. |
}


--
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]