X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Findicating-cross-staff-chords-with-arpeggio-bracket.ly;h=032feea8891faae122aabf8d7286f7463814eca4;hb=23108a9515e7f76b44fac0b323afb169d708bfa1;hp=99437379db70c3c77b3d45b1d5597a3e03329d73;hpb=d65a3a9777a9e96029f6aa408d86d13a88f6619d;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 99437379db..032feea889 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 +%% 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.31" +\version "2.17.11" \header { - lsrtags = "keyboards" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - texidoces = " -Un corchete de arpegio puede indicar que se tienen que tocar 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: 0a868be38a775ecb1ef935b079000cebbc64de40 - 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 @@ -47,9 +23,10 @@ context. doctitle = "Indicating cross-staff chords with arpeggio bracket" } % begin verbatim + \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 +51,3 @@ context. } } >> -