X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchords-headword.ly;h=db4e80b032edc42253a594ae20303454e97355a3;hb=d59856c2469b4b1e7f18a4ec9c5c0da4107f9de3;hp=b399d18c1d3f5f4f43f40464a86939f8f24636e9;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/Documentation/snippets/chords-headword.ly b/Documentation/snippets/chords-headword.ly index b399d18c1d..db4e80b032 100644 --- a/Documentation/snippets/chords-headword.ly +++ b/Documentation/snippets/chords-headword.ly @@ -1,25 +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.13.36 -\version "2.14.0" -#(set-global-staff-size 15) -\paper { - ragged-right = ##f - line-width = 15\cm - indent = 0\cm -} +%% 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 = "headwords" - texidoc = "" - doctitle = "headword" -} % begin verbatim + lsrtags = "headword" + texidoc = " +. +" + doctitle = "Chords headword" +} % begin verbatim theChords = \chordmode { \time 2/2 @@ -85,7 +80,7 @@ Bass = { \context Staff = lower { \new Voice { \clef bass - #(set-accidental-style 'modern-cautionary) + \accidentalStyle modern-cautionary << \Tenor \Bass @@ -102,8 +97,7 @@ Bass = { } \context { \Voice - \override StanzaNumber #'padding = #1.8 + \override StanzaNumber.padding = #1.8 } } } -\paper { }