lilypond-user
[Top][All Lists]
Advanced

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

Re: Removing fingerings from the general score


From: Pierre Perol-Schneider
Subject: Re: Removing fingerings from the general score
Date: Thu, 6 Jun 2013 17:46:58 +0200

2013/6/6 Jacques Menu <address@hidden>

Is there a cleaner, more "Lilypond in spirit" way to achieve this?



Hi Jacques,

You can use the "Tag" function :  http://www.lilypond.org/doc/v2.16/Documentation/notation/different-editions-from-one-source#using-tags

with something like : 

music =  {
  \repeat volta 2 { 
\barNumberCheck #1
\tag #'oboe { r2 r8 f8\myFingeringFourche (c d |  } 
  \tag #'general { r2 r8 f8 (c d | }
}
}

\score {
  \keepWithTag #'oboe \music
}

\score {
  \keepWithTag #'general \music
}

reply via email to

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