[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using \partial with TACET
From: |
Pierre Perol-Schneider |
Subject: |
Re: Using \partial with TACET |
Date: |
Fri, 9 Oct 2015 10:09:58 +0200 |
Fine, here it goes:
tacet =
#(define-music-function
(str)
(string?)
#{
\compressFullBarRests
\once\override MultiMeasureRest.expand-limit = #1
\once\override MultiMeasureRestNumber.font-name = "Vera Bold"
\once\override MultiMeasureRestNumber.stencil =
#(lambda (grob)(grob-interpret-markup grob
(markup #:whiteout #:pad-markup .8 str)))
\once\override MultiMeasureRest.layer = #-2
\once\override MultiMeasureRestNumber.layer = #-1
\once\override MultiMeasureRestNumber.Y-offset = #-.5
#})
- Using \partial with TACET, N. Andrew Walsh, 2015/10/09
- Re: Using \partial with TACET, David Kastrup, 2015/10/09
- Re: Using \partial with TACET, Jacques Menu, 2015/10/09
- Re: Using \partial with TACET, Jacques Menu, 2015/10/08
- Re: Using \partial with TACET, N. Andrew Walsh, 2015/10/08
- Re: Using \partial with TACET, David Kastrup, 2015/10/09
- Re: Using \partial with TACET, N. Andrew Walsh, 2015/10/09
- Re: Using \partial with TACET, Pierre Perol-Schneider, 2015/10/09
- Re: Using \partial with TACET, David Kastrup, 2015/10/10
- Re: Using \partial with TACET,
Pierre Perol-Schneider <=