lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: chord/arpeggio


From: Leo Correia de Verdier
Subject: Re: chord/arpeggio
Date: Mon, 2 Dec 2019 11:34:21 +0100

This following code works for me, but if you need to have a single note work as 
a chord (it has happened to me in other circumstances) you can just include it 
in angle brackets, like  <d>8 .

\version "2.19.82"

\new Staff \with {
  \consists "Span_arpeggio_engraver"
}
{ 
  \set Staff.connectArpeggios = ##t
  \clef bass
<< 
  { <gis d'>4 \arpeggio ^\markup \italic "ten." c'!16 b \prall a gis } 
   \\
   { d8 \arpeggio \ff s s4 } 
>> 
}

> 1 dec. 2019 kl. 19:05 skrev Mario Bolognani <address@hidden>:
> 
> Thanks Leo, but \arpeggio is not working with a single note of a chord…
> 
> Mario Bolognani
> email:  address@hidden
> www.baroquemusic.it
> 
> 
> 
>> Il giorno 1 dic 2019, alle ore 18:36, Leo Correia de Verdier 
>> <address@hidden> ha scritto:
>> 
>> You can include the Span_arpeggio_engraver in the staff you’re writing, set 
>> Staff.connectArpeggios = ##t and write arpeggios in all voices it should 
>> include. See 
>> http://lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines#arpeggio
>> 
>> 1 dec. 2019 kl. 18:25 skrev Mario Bolognani <address@hidden>:
>> 
>>> How is possible to connect all notes of a chord with \arpeggio?
>>> 
>>> Many thanks for your suggestions.
>>> 
>>> <Immagineallegata-1.tiff> or <Immagineallegata-2.tiff>
>>> 
>>> 
>>> Mario Bolognani
>>> email:  address@hidden
>>> www.baroquemusic.it
>>> 
>>> 
>>> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]