lilypond-user
[Top][All Lists]
Advanced

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

Use or abuse of laissezVibrer


From: Johan Vromans
Subject: Use or abuse of laissezVibrer
Date: Fri, 20 Apr 2012 22:22:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Given

\relative c' {
  r2 r4 r8 c8 ~ |
  \repeat volta 2 {
    c4 c c c |
  }
  \alternative {
    { r2 r4 r8 c8 ~ | }
    { c4 c c c | }
  }
}

The last note of the first alternative should have a tie, but it should
not be tied to the next note. If the next note were not a 'c', an error
message would have been emitted.

Visually, this gives the correct output:

  \alternative {
    { r2 r4 f8 c8 \laissezVibrer }
    { c8 c c c }
  }

But is this the correct way? For example, in the midi the note doesn't
sound tied.

-- Johan



reply via email to

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