X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Findicating-cross-staff-chords-with-arpeggio-bracket.ly;h=19422b6c24fe615c9082fa692128d1389f774130;hb=8cce5dd067a8a2bab508f5abebc3955db8837bbf;hp=2e18157fbc8d57cdfdc84d94c98d118795fa34f5;hpb=8f6e4647c475ad911e15fdc26493f77e6c4a6088;p=lilypond.git diff --git a/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly b/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly index 2e18157fbc..19422b6c24 100644 --- a/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly +++ b/Documentation/snippets/indicating-cross-staff-chords-with-arpeggio-bracket.ly @@ -1,37 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% 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.13.16" +\version "2.18.0" \header { - lsrtags = "keyboards" - -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 - texidoces = " -Un corchete de arpegio puede indicar que se tienen que tocadr con la -misma mano notas que están en dos pentagramas distintos. Para hacerlo, -el @code{PianoStaff} se debe configurar para que acepte símbolos de -arpegio de pentagrama cruzado y los símbolos de arpegio se deben -configurar a la forma de corchete en el contexto de @code{PianoStaff}. - -(Debussy, Les collines d’Anacapri, m. 65) - -" - doctitlees = "Indicar acordes de pentagrama cruzado con corchetes de arpegio" - - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - texidocde = " -Eine Arpeggioklammer kann anzeigen, dass Noten auf zwei unterschiedlichen -Systemen mit der selben Hand gespielt werden sollen. Damit das notiert -werden kann, muss der @code{PianoStaff}-Kontext so eingestellt werden, -dass er Arpeggios über Systeme hinweg akzeptiert und die Form der Arpeggios -muss auf eine Klammer eingestellt werden. - -(Debussy, Les collines d’Anacapri, T. 65) - -" - doctitlede = "Akkorde auf zwei Systemen mit Arpeggioklammern anzeigen" + lsrtags = "keyboards, real-music" texidoc = " An arpeggio bracket can indicate that notes on two different staves are @@ -49,7 +25,7 @@ context. \new PianoStaff << \set PianoStaff.connectArpeggios = ##t - \override PianoStaff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket + \override PianoStaff.Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket \new Staff { \relative c' { \key b \major @@ -74,4 +50,3 @@ context. } } >> -