X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Ffingering-symbols-for-wind-instruments.ly;h=e4ea09092fa0cddc632e2df4394ad8c2067a735a;hb=5bb39c99a009d065d767b17bf32ef4494c9da147;hp=0903b6ed9fa118b623f7c173939f1891bf0f897c;hpb=0b55335aeca1de539bf1125b717e0c21bb6fa31b;p=lilypond.git diff --git a/Documentation/snippets/fingering-symbols-for-wind-instruments.ly b/Documentation/snippets/fingering-symbols-for-wind-instruments.ly index 0903b6ed9f..e4ea09092f 100644 --- a/Documentation/snippets/fingering-symbols-for-wind-instruments.ly +++ b/Documentation/snippets/fingering-symbols-for-wind-instruments.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.20" +\version "2.17.6" \header { - lsrtags = "winds" + lsrtags = "symbols-and-glyphs, winds" texidoc = " Special symbols can be achieved by combining existing glyphs, which is @@ -15,8 +18,8 @@ useful for wind instruments. } % begin verbatim centermarkup = { - \once \override TextScript #'self-alignment-X = #CENTER - \once \override TextScript #'X-offset =#(ly:make-simple-closure + \once \override TextScript.self-alignment-X = #CENTER + \once \override TextScript.X-offset =#(ly:make-simple-closure `(,+ ,(ly:make-simple-closure (list ly:self-alignment-interface::centered-on-x-parent)) @@ -27,7 +30,7 @@ centermarkup = { {\relative c' { g\open - \once \override TextScript #'staff-padding = #-1.0 \centermarkup + \once \override TextScript.staff-padding = #-1.0 \centermarkup g^\markup{\combine \musicglyph #"scripts.open" \musicglyph #"scripts.tenuto"} \centermarkup g^\markup{\combine \musicglyph #"scripts.open" @@ -35,4 +38,3 @@ centermarkup = { g\stopped } } -