lilypond-user
[Top][All Lists]
Advanced

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

Re: Fill indication in percussion scores


From: Kevin Barry
Subject: Re: Fill indication in percussion scores
Date: Mon, 3 Feb 2020 08:24:04 +0000

On Mon, Feb 03, 2020 at 08:41:21AM +0100, Marco Bagolin wrote:
> I tried to use:
> 
> \ottava #1
> \set Staff.ottavation = #”fill”
> ... music in drum mode...
> \ottava #0
> 
> but obviously it can not work in drum mode...

Hi Marco,

Perhaps a TextSpanner would be a better choice for this. Does something
like the below do what you want?

{
  \override TextSpanner.bound-details.left.text = \markup \lower #1 "fill"
  \override TextSpanner.bound-details.right.text = \markup \draw-dashed-line 
#'(0 . -1)
  \override TextSpanner.to-barline = ##t
  c'4\startTextSpan c' c' c'
  c'\stopTextSpan
}

Kevin



reply via email to

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