]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fretted-headword.ly
Merge branch 'master' into translation
[lilypond.git] / Documentation / snippets / fretted-headword.ly
index 43f92c152f3fbe5788d0fd89fef5850828e9d01f..8b2295686418d98e60bb6c3fbb31141f12e7c403 100644 (file)
@@ -1,31 +1,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.11
-% INSPIRATIONAL HEADER FOR LILYPOND DOCUMENTATION fretted-strings %
-% Passage from Johann Kaspar Mertz "Opern Revue, Op. 8, no. 17"   %
-% on melodies from Bellini's "Norma"                              %
-%*****************************************************************%
-
-\version "2.17.30"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
 
 \header {
   lsrtags = "headword"
-  texidoc = ""
-  doctitle = "headword"
-} % begin verbatim
-
 
+  texidoc = "
+Fretted headword
 
-\layout {
-  \context {
-    \Score
-    \remove "Bar_number_engraver"
-  }
-}
+"
+  doctitle = "Fretted headword"
+} % begin verbatim
 
 %%%% shortcuts
 % fingering orientations
@@ -141,10 +130,10 @@ bass = \relative c {
   \layout {
     \context {
       \Score
+      \remove "Bar_number_engraver"
       \override Fingering.staff-padding = #'()
       \omit TupletNumber
       \override TupletBracket.bracket-visibility = ##f
     }
   }
-  \midi { }
 }