lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem reusing music with bass instruments


From: Jacques Menu
Subject: Re: Problem reusing music with bass instruments
Date: Mon, 23 Jun 2014 10:34:01 +0200

Hello Pierre,

Thanks for you answer.

In fact, the final d in this sample is only the beginning of the remainder of the part.

I’m thus looking for a way to avoid the whole end of the part to be coded separately with tags for the bassoon and bass clarinet.

JM

Le 22 juin 2014 à 09:25:02, Pierre Perol-Schneider <address@hidden> a écrit :

Hi Jacques,

2014-06-22 8:49 GMT+02:00 Jacques Menu <address@hidden>:
 
So I used tags and ran into a problem for the basson, in which the music after the part controlled with ‘\tag’ commands has not the octave relation with what occurred before the latter that I’d like it to have:

You have to include meas.31 in the tags otherwise LilyPond will choose a reference octave by itself :

%%%%%%%%%%%%%%%
reusableBassMusic = \relative c {
   \tag bassoon { \clef "bass" }
   \tag bassclarinet { \clef "treble" }
   c1 ~ |%29
   c4
   \tag bassoon {
     c,2\pp ~ c8
     r8 |%30
     d1 |%31
   }
   \tag bassclarinet {
     c'2\pp ~ c8
     r8 |%30
     d1 |%31
   }
   \bar "||"
}
%%%%%%%%%%%%%%

HTH,
Pierre


reply via email to

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