]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/makelsr.py
authorDavid Kastrup <dak@gnu.org>
Fri, 2 Aug 2013 07:54:29 +0000 (09:54 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 2 Aug 2013 07:54:29 +0000 (09:54 +0200)
Documentation/snippets/how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly
Documentation/snippets/keyboard-headword.ly
Documentation/snippets/unfretted-headword.ly

index 52ec0d2809e3301b279d30ca2bcb68637d8f4451..1a84268db61adb0477c4f709530d357e3dd58c95 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.17.20"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.24
+\version "2.17.24"
 
 \header {
   lsrtags = "editorial-annotations, expressive-marks, staff-notation, tweaks-and-overrides"
@@ -50,5 +51,5 @@ box of the mark from its original value.
     \once \override Score.RehearsalMark.extra-offset = #'(0 . -8.5)
     \once \override Score.RehearsalMark.baseline-skip = #9
     \override Score.RehearsalMark.break-visibility = #begin-of-line-invisible
-    \mark \markup \center-column { \musicglyph #"scripts.ufermata" \box z }
+    \mark \markup \center-column { \fermata \box z }
 }
index 779276ad17f71060dd0c83fdd84a06f8e99f62cb..177675afc54827856be5d33fbc4d2ef18bd6029b 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.17.20"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.24
+\version "2.17.24"
 
 \header {
   lsrtags = "headword"
@@ -31,7 +32,7 @@ fermataLong = \markup {
   \override #'(direction . 1)
   \override #'(baseline-skip . 2) {
     \dir-column {
-      \musicglyph #"scripts.ufermata"
+      \fermata
       \text \italic \center-align long
     }
   }
index 18793e40dd6fc195ec1d46e611857886e7ede4bd..cfcf0432cc9f671e8ed51649ca18fddb1291fd07 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.17.20"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.17.24
+\version "2.17.24"
 
 \header {
   lsrtags = "headword"
@@ -51,8 +52,6 @@ ub         = \markup { \musicglyph #"scripts.upbow" }
 udb        = \markup { \line { \musicglyph #"scripts.upbow" " " \musicglyph #"scripts.downbow" } }
 udbetc     = \markup { \line { \musicglyph #"scripts.upbow" " " \musicglyph #"scripts.downbow" "..." } }
 
-fermaTa    = \markup \musicglyph #"scripts.ufermata"
-
 accel   = \markup \tiny \italic \bold "accel..."
 ritar   = \markup \tiny \italic \bold "ritar..."
 
@@ -137,7 +136,7 @@ ViolinSolo = \relative c' {
   r2 ^\markup \colmark { \italic "fatiguĂ©" " " \bold "lentement"} r4 r r8
   <<
     { \shift d2 \glissando ^\markup \colmark { \quatre \dubetc \svib } \shifta e1 } \\
-    { d2 \open \mf \< ~ \aniente d1  \! \> r4 r ^\markup \colmark { " " \fermaTa } \! }
+    { d2 \open \mf \< ~ \aniente d1  \! \> r4 r ^\markup \colmark { " " \fermata } \! }
   >>
 
 
@@ -146,7 +145,7 @@ ViolinSolo = \relative c' {
   \set Score.repeatCommands = #'((volta "1) n.      2) s.p."))
   <<
     { \shift d2 \glissando ^\markup \colmark { \quatre \udbetc } \shifta e1 } \\
-    { d2 \open \mf \< ~ d1 \! \> ~ d4 ^\markup \colmark { " " \fermaTa } \! }
+    { d2 \open \mf \< ~ d1 \! \> ~ d4 ^\markup \colmark { " " \fermata } \! }
   >>
   \set Score.repeatCommands = #'((volta #f))