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: Pierre Perol-Schneider
Subject: Re: Problem reusing music with bass instruments
Date: Sun, 22 Jun 2014 09:25:02 +0200

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]