X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Frefman.itely;h=b57758e5af9ad3f1aa9220d42b68521e94467145;hb=f72ce2054b73324ccc4f5c09640b044ce130988e;hp=25ca7c6cd6f4bf3417a76f9c8bc1a0e7a91218df;hpb=59fd322fc48ba33556881aa4cc85af4b4f22c16b;p=lilypond.git diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 25ca7c6cd6..b57758e5af 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2171,24 +2171,26 @@ A common trick for that is to put the notes in a variables, and to hide the fingering information (which correspond to the string number) for the standard staff. -@lilypond[fragment,verbatim] +@lilypond[verbatim] part = \notes { a,4-2 c'-5 a-4 e'-6 e-3 c'-5 a-4 e'-6 } - \context StaffGroup < - \context Staff < - % Hide fingering number (used for string number) for the "normal" staff - \property Staff.Fingering \override #'transparent = ##t - - \part - > - \context TabStaff < - \property Staff.Stem \override #'direction = #1 - - \part + \score{ + \context StaffGroup < + \context Staff < + % Hide fingering number (used for string number) for the "normal" staff + \property Staff.Fingering \override #'transparent = ##t + + \part + > + \context TabStaff < + \property Staff.Stem \override #'direction = #1 + + \part + > > - > + } @end lilypond