]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/bar-chords-notation-for-guitar--with-text-spanner.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / bar-chords-notation-for-guitar--with-text-spanner.ly
index 2e5660851af1709ccf9027c060a7fdb552fe6ed2..bf66f54d28c5ad65cf13e164f7a7014ed30bb23f 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% 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.13.16"
+\version "2.14.0"
 
 \header {
   lsrtags = "chords, fretted-strings"
@@ -70,7 +73,7 @@ bbarre= #(define-music-function (barre location str music) (string? ly:music?)
                        \once \override TextSpanner #'font-shape = #'upright
                        \once \override TextSpanner #'staff-padding = #3
                        \once \override TextSpanner #'style = #'line
-                        \once \override TextSpanner #'to-barline = ##f         
+                        \once \override TextSpanner #'to-barline = ##f
                         \once \override TextSpanner #'bound-details =  #'((left (Y . 0) (padding . 0.25) (attach-dir . -2)) (right (Y . 0) (padding . 0.25) (attach-dir . 2)))
                         \once  \override TextSpanner #'bound-details #'right #'text = \markup { \draw-line #'( 0 . -.5) }
                         \once  \override TextSpanner #'bound-details #'left #'text =  \markup { \pScript $str }