bug-lilypond
[Top][All Lists]
Advanced

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

Even more convert-ly


From: Erik Sandberg
Subject: Even more convert-ly
Date: Thu, 25 Mar 2004 17:51:02 +0100
User-agent: KMail/1.5.4

the grace conversion from 1.9.1 to 1.9.2 doesn't ignore grace notes that are 
commented out:

\version "1.9.1"
\score {
\notes {
  % \grace c8 
  c8
}}

becomes:

\version "1.9.2"
\score {
\notes {
  % \grace {
  \property Voice.Stem \override #'stroke-style = #"grace"
   c8
  \property Voice.Stem \revert #'stroke-style }

  c8
}}

erik





reply via email to

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