Re: Tacet

2018-03-17 Thread akj850
Took me a while to find the answer I was looking for, and this thread came up first so I'm sharing the answer that worked best for me. %% http://lsr.di.unimi.it/LSR/Item?id=923 %=> http://lilypond.1069038.n5.nabble.com/long-tacets-td163629.html % by P.P.Schneider on June 2014. tacet = #(def

Re: Using \partial with TACET

2015-10-09 Thread Pierre Perol-Schneider
Fine, here it goes: tacet = #(define-music-function (str) (string?) #{ \compressFullBarRests \once\override MultiMeasureRest.expand-limit = #1 \once\override MultiMeasureRestNumber.font-name = "Vera Bold" \onc

Re: Using \partial with TACET

2015-10-09 Thread David Kastrup
Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes: > Hi Andrew, > > How about: > > \version "2.19.28" > > tacet = > #(define-scheme-function (parser location str) (string?) >#{ > \compressFullBarRests You mean defi

Re: Using \partial with TACET

2015-10-09 Thread Pierre Perol-Schneider
Hi Andrew, How about: \version "2.19.28" tacet = #(define-scheme-function (parser location str) (string?) #{ \compressFullBarRests \once\override MultiMeasureRest.expand-limit = #1 \once\override MultiMeasureRestNumber.font-name = "Vera Bold"

Using \partial with TACET

2015-10-08 Thread N. Andrew Walsh
different layout options per movement (this also seems necessary if I want each \music block to be contained in a differently-named variable to call up later when making the parts). Here's my issue: in the last mass, the tympani part is tacet. I want the Tympani to show up in the score in the first

Re: Using \partial with TACET

2015-10-08 Thread David Kastrup
t; Here's my issue: in the last mass, the tympani part is tacet. I want the > Tympani to show up in the score in the first system only; but in the part, > I would like to have the \header block for that mass over a \markup > declaring TACET in big block letters (potentially over a compressed

Re: Using \partial with TACET

2015-10-08 Thread Jacques Menu
Hello A, \version "2.19.28" VITympanoMusic = \new Voice \relative c { \clef bass \partial 8 r8 | R2*54^\markup { \center-align TACET } R2.*29^\markup { \center-align TACET } } { \VITympanoMusic } This has 29 times three quater notes, so if you use the default 4/4, the

Re: Using \partial with TACET

2015-10-08 Thread Jacques Menu
\markup{\huge\bold TACET} solves you second question. > Le 8 oct. 2015 à 18:04, Jacques Menu <imj-muz...@bluewin.ch> a écrit : > > Hello A, > > \version "2.19.28" > > VITympanoMusic = \new Voice \relative c { > \clef bass > \partial 8 > r8 |

Re: Using \partial with TACET

2015-10-08 Thread N. Andrew Walsh
duh, I am A Idiot, sorry. That needed some extra code to work. Here's a more comprehensive version: \version "2.19.28" \time 2/4 VITympanoMusic = \new Voice \relative c { \clef bass \partial 8 r8 | R2*54^\markup { \center-align TACET } R2.*29^\markup { \center-a

Re: Using \partial with TACET

2015-10-08 Thread David Kastrup
"N. Andrew Walsh" writes: > duh, I am A Idiot, sorry. That needed some extra code to work. Here's a > more comprehensive version: > > \version "2.19.28" > \time 2/4 [...] Uh, this will set one score containing nothing but the time signature change. But this change

Re: Using \partial with TACET

2015-10-08 Thread N. Andrew Walsh
correct. Each movement has its own \score block, in which the starting meter is set with a single \time command at the top. Subsequent meter changes are handled by the \systembreaks variable. On Thu, Oct 8, 2015 at 9:32 PM, David Kastrup wrote: > "N. Andrew Walsh"

Tacet in multi-movement/include score

2015-08-27 Thread N. Andrew Walsh
group to output a Tacet markup in the parts, but not to show up in the score at all (as in, their staff would be hidden). Each movement is a separate file, included in a master file. Each included file has a global variable defining key and time signature, a set of functions, a separate variable

Re: Tacet in multi-movement/include score

2015-08-27 Thread Phil Holmes
Could you use tags? -- Phil Holmes - Original Message - From: N. Andrew Walsh To: lilypond-user Sent: Thursday, August 27, 2015 12:18 PM Subject: Tacet in multi-movement/include score Hi List, I'm copying multiple movements into a single large score (its

tacet trouble

2011-12-08 Thread David Bobroff
I'm replacing a damaged page from a part. I want to follow the style of the rest of the pages. I want to indicate a tacet movement like this: \markup { \fill-line { \fontsize #3 \bold I. MOVEMENT - TACE } } The above works just fine. What I want, though, is to have the word TACE

Re: tacet trouble

2011-12-08 Thread me
of the rest of the pages. I want to indicate a tacet movement like this: \markup { \fill-line { \fontsize #3 \bold I. MOVEMENT - TACE } } The above works just fine. What I want, though, is to have the word TACE it italics. If I do this: \markup { \fill-line { \fontsize #3

Re: tacet trouble

2011-12-08 Thread David Bobroff
On 12/8/2011 9:54 PM, me wrote: \markup { \fill-line { \fontsize #3 \bold \concat { I. MOVEMENT - \italic TACE } } } Ah yes, beautiful! Thank you! -David ___ lilypond-user mailing list lilypond-user@gnu.org

Tacet

2009-12-19 Thread craigbakalian
Hi, I did a google search on lilypond tacet but came up with very little. How do you tacet a part? Specifically, in a first movement the part plays, the second movement is tacet, and the third movement the part plays. It has been a while since my days of playing, but isn't the standard a multi

Re: Tacet

2009-12-19 Thread David Kastrup
craigbakalian craigbakal...@verizon.net writes: Hi, I did a google search on lilypond tacet but came up with very little. How do you tacet a part? Specifically, in a first movement the part plays, the second movement is tacet, and the third movement the part plays. It has been a while