]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fretted-headword.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / fretted-headword.ly
index 6b8f910d87befa5bb75c7813b931a50692890b7c..22de249b5e5355bc940b4a8b2372674364700a61 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.30
-% 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.19.22"
 
 \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
@@ -41,7 +30,7 @@ ssnod = \set stringNumberOrientations = #'(down)
 ssnor = \set stringNumberOrientations = #'(right)
 
 % define fingering offset
-FO = #(define-music-function (parser location offsetX offsetY) (number? number?)
+FO = #(define-music-function (offsetX offsetY) (number? number?)
 #{
   \once \override Voice.Fingering.extra-offset = #(cons offsetX offsetY)
 #})
@@ -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 { }
 }