lilypond-user
[Top][All Lists]
Advanced

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

Re: Hiding bars and crescendo on last bar of a piece


From: Simon Albrecht
Subject: Re: Hiding bars and crescendo on last bar of a piece
Date: Sat, 24 Oct 2015 22:21:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 24.10.2015 15:25, Karl Husum wrote:
 { c1\mp\<\fermata \bar ":|."| %16
                   \break
                   r1\! | %17 }

The easiest way is using an empty chord <> to attach the \!. It has no duration, so you can just insert it before or after the \bar command:

{
  c1\mp\<\fermata <>\! \bar ":|." | %16
}

Yours, Simon



reply via email to

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