]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/defining-predefined-fretboards-for-other-instruments.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / defining-predefined-fretboards-for-other-instruments.ly
index 36a93e92c8bdd7121cfa715c7cd4ba7b6cdc8cc2..bdd354fce7da6280c378153fb7efa6942fc1d412 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "fretted-strings"
@@ -94,8 +94,7 @@ primeros = {
       \set Staff.stringTunings = #cuatroTuning
 %      \override FretBoard
 %        #'(fret-diagram-details string-count) = #'4
-      \override FretBoard
-        #'(fret-diagram-details finger-code) = #'in-dot
+      \override FretBoard.fret-diagram-details.finger-code = #'in-dot
       \primeros
     }
 
@@ -109,8 +108,7 @@ primeros = {
   \layout {
     \context {
       \Score
-      \override SpacingSpanner
-        #'base-shortest-duration = #(ly:make-moment 1 16)
+      \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1 16)
     }
   }
   \midi { }