]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/unfretted-headword.ly
Merge branch 'translation'
[lilypond.git] / Documentation / snippets / unfretted-headword.ly
index de2d700e78273bf5fce82bf765aeec9ca9dad0e6..6cc02b677d2b580cf2caf29708c8e82d3af7a543 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.11"
+% 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.30
+\version "2.17.30"
 
 \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))
 
@@ -216,11 +215,11 @@ ViolinSolo = \relative c' {
 \score {
 
   <<
-    \relative <<
+    \relative c' <<
       \new Staff \ViolinSolo
     >>
 
-    \override Score.Rest.transparent = ##t
+    \hide Score.Rest
     \set Score.defaultBarType          = "-"
   >>