lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing the shape of more than one laissezVibrer in chord


From: Simon Bailey
Subject: Re: Changing the shape of more than one laissezVibrer in chord
Date: Fri, 18 Oct 2013 22:40:00 +0200

On Fri, Oct 18, 2013 at 10:28 PM, Thomas Morley
<address@hidden> wrote:
> 2013/10/18 Gilberto Agostinho <address@hidden>:
>> Hi all,
>>
>> I would like to change the shape of more than one laissezVibrer at the same
>> time in chord, but I can't seem to find an way to do it because they are
>> simultaneous. Does anyone have any idea how to solve this problem?
>>
>> \version "2.17.28"
>> \markup {The top laissezVibrer is looking like I want, but not the bottom
>> one.}
>> {
>>   \shape #'((0 . 0) (0 . 0.5) (3 . 0.5) (3 . 0)) LaissezVibrerTie
>>   <c' c''>1\laissezVibrer | R1 |
>> }
>> \markup {I would like the bottom laissezVibrer to look like this:}
>> {
>>   \shape #'((0 . 0) (0 . -0.5) (3 . -0.5) (3 . 0)) LaissezVibrerTie
>>   c'1\laissezVibrer | R1 |
>> }
>>
>> <http://lilypond.1069038.n5.nabble.com/file/n152566/laissezVibrer.png>
>>
>> I already apologize if this is a silly question, but I can't find the answer
>> in the documentation.

i'd probably cheat and do it like this(*):

\version "2.17.27"

\new Staff {
<<
  { \shape #'((0 . 0) (0 . 0.5) (3 . 0.5) (3 . 0)) LaissezVibrerTie
c''1\laissezVibrer }
  \\
  { \shape #'((0 . 0) (0 . -0.5) (3 . -0.5) (3 . 0)) LaissezVibrerTie
c'1\laissezVibrer }
>>
<c' e' g'>1
}

(*) for whole notes with laissezVibrer, otherwise, may become tricky
trying to make it _look_ like a chord.

or, seeing as they're more or less symmetrical, use harm's LSR link above. :)

regards,
sb

-- 
Do not meddle in the affairs of trombonists, for they are subtle and
quick to anger.



reply via email to

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