2013/6/6 Jacques Menu <jacques.m...@epfl.ch> > > 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 }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user