bug-lilypond
[Top][All Lists]
Advanced

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

Stem direction overrides broken in 2.7.7


From: Sven Axelsson
Subject: Stem direction overrides broken in 2.7.7
Date: Sun, 28 Aug 2005 13:37:10 +0200

Lilypond 2.7.7 Windows

If the first note in the music is a grace note, a stem direction override
will turn the grace note and not affect the normal notes. This is wrong
since the grace notes should only be affected by using add-grace-property,
not by normal overrides.

If the override is instead done in a \layout block, it works as expected.

\relative c''' { 
  \override Voice.Stem #'direction = #-1
  \grace { g32 } g,4 a \grace { g'32 } b,4 c
}

-- 
Sven Axelsson





reply via email to

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