bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1194 in lilypond: Dynamics are differently positioned on rest


From: lilypond
Subject: Re: Issue 1194 in lilypond: Dynamics are differently positioned on rests than on notes
Date: Fri, 23 Jul 2010 15:40:42 +0000


Comment #1 on issue 1194 by address@hidden: Dynamics are differently positioned on rests than on notes
http://code.google.com/p/lilypond/issues/detail?id=1194

Sorry, forgot the example code ...

\version "2.13.28"

mus = \relative c'' {
        \time 2/4 a2 |
        r8\p a[ a a] | a8\p a[ a a] \bar"|."
}

\score {
  \new StaffGroup <<
    \new Staff \mus
    \new Staff \mus
  >>
}




reply via email to

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