From 5a09efa797978932dd11ea6f1f91e31fe912bfa2 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Tue, 3 Jul 2007 09:28:20 +0200 Subject: [PATCH] Make snippet-update on Spanish and German manuals --- Documentation/de/user/basic-notation.itely | 2 +- Documentation/es/user/cheatsheet.itely | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Documentation/de/user/basic-notation.itely b/Documentation/de/user/basic-notation.itely index 4b61a201f5..8dc746f5c6 100644 --- a/Documentation/de/user/basic-notation.itely +++ b/Documentation/de/user/basic-notation.itely @@ -1990,7 +1990,7 @@ die @internalsref{systemStartDelimiter}-Eigenschaft bestimmt. Anfangsklammern können tief einander verschachtelt werden. @lilypond[quote,ragged-right,verbatim] -\new StaffGroup +\new StaffGroup \relative << \set StaffGroup.systemStartDelimiterHierarchy = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d) diff --git a/Documentation/es/user/cheatsheet.itely b/Documentation/es/user/cheatsheet.itely index e4704a195b..bd4d973672 100644 --- a/Documentation/es/user/cheatsheet.itely +++ b/Documentation/es/user/cheatsheet.itely @@ -155,8 +155,14 @@ a8-[ b-] @tab más pentagramas @tab @lilypond[fragment] -<< \new Staff { c'1 } - \new Staff { c'1 } >> +<< \new Staff { + \set Staff.implicitTimeSignatureVisibility = #all-invisible + c'1 + } + \new Staff { + \set Staff.implicitTimeSignatureVisibility = #all-invisible + c'1 + } >> @end lilypond @@ -174,7 +180,7 @@ c-> c-. @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible -c\mf c\sfz +c2\mf c\sfz @end lilypond @@ -203,6 +209,7 @@ a\> a a\! @tab acorde @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible @end lilypond @@ -220,6 +227,7 @@ f8 c2 d e @tab tresillos @tab @lilypond[relative=1,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \times 2/3 { f8 g a } @end lilypond @@ -228,6 +236,7 @@ f8 c2 d e @tab mordentes @tab @lilypond[relative=2,fragment] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \context Voice { \grace b16 c4 } @end lilypond @@ -248,6 +257,7 @@ twinkle @tab separador de sílabas @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible << { g'1 g } \new Lyrics \lyricsto "" { twin -- kle } @@ -258,6 +268,7 @@ twinkle @tab acordes @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \chordmode { c:dim f:maj7 } @end lilypond @@ -272,6 +283,7 @@ twinkle @tab polifonía @tab @lilypond[fragment,relative=2] +\set Staff.implicitTimeSignatureVisibility = #all-invisible \context Staff <<{e f} \\ {c d}>> @end lilypond -- 2.39.2