lilypond-devel
[Top][All Lists]
Advanced

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

how do Slur #'positions work?


From: Graham Percival
Subject: how do Slur #'positions work?
Date: Tue, 05 Jun 2007 11:07:16 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Tracking down a potential bug; in this example, both slurs have the same height. Shouldn't the second slur be much higher? Could the vertical spacing code be moving the second slur down?

Cheers,
- Graham


\version "2.11.24"
\relative c'' {
        \slurUp
        \override Slur #'positions = #'(5 . 5)
        c8.( b16) c8. b16
        \override Slur #'positions = #'(30 . 30)
        c8.( b16) c8. b16
}




reply via email to

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