Re: Changing from percussion clef to treble clef

2024-07-08 Thread Carl Sorensen


From: lilypond-user-bounces+carl.d.sorensen=gmail@gnu.org 
 on behalf of Richard 
Cookson 
Date: Monday, July 8, 2024 at 12:05 PM
To: lilypond-user@gnu.org 
Subject: Changing from percussion clef to treble clef
Hi,
I am trying to write a percussion part with a mix of untuned and tuned 
percussion, however, when I switch from percussion clef back to G clef, all the 
notes subsequently are shown as the same pitch (b), see screenshot below, the 
final bar is supposed to be as follows:
\clef G \relative c { a16->\f ^\markup "Glockenspiel" g-> f8-> d->
}

[cid:ii_1909383f3509d4716c51]

Any advice on how to get the notation table back to the default would be 
appreciated.

Regards,


Richard,

Please share your code so we know what you have done.  That way we’ll be able 
to better help you.

See https://lilypond.org/tiny-examples.html for suggestions on how to best do 
this.

Thanks,

Carl



Re: Changing from percussion clef to treble clef

2024-07-08 Thread William Rehwinkel via LilyPond user discussion

Dear Richard,

If I do something like the following, using a regular Staff instead of 
RhythmicStaff and using "percussion" staff (it acts like alto clef), I 
can write different notes. Is this something like what you were hoping 
to do? Sorry, I don't know the entire context of the problem you were 
having. If this isn't correct, could you send us a minimum code example 
which shows the problem?


Thanks,
-William

% --
\version "2.25.16"

\new Staff \with {\clef percussion } \compressMMRests \relative c' {
  R1 | \time 3/4 R2.*2 | \time 4/4 R1 | r2 r8 g8 r4 | R1*3 | \time 2/4 
R2*3
  \clef G \relative c'' { a16->\f ^\markup "Glockenspiel" g-> f8-> d-> 
} % relative c'' instead of c?

}
% --


On 7/8/24 14:03, Richard Cookson wrote:

Hi,
I am trying to write a percussion part with a mix of untuned and tuned 
percussion, however, when I switch from percussion clef back to G clef, 
all the notes subsequently are shown as the same pitch (b), see 
screenshot below, the final bar is supposed to be as follows:

\clef G \relative c { a16->\f ^\markup "Glockenspiel" g-> f8-> d->
}




Any advice on how to get the notation table back to the default would be 
appreciated.


Regards,

Richard.


--
William Rehwinkel (any pronouns)
Juilliard School '26 - Oberlin Conservatory '24
will...@williamrehwinkel.net - https://williamrehwinkel.net
PGP Public Key: https://ftp.williamrehwinkel.net/pubkey.txt


OpenPGP_signature.asc
Description: OpenPGP digital signature


Changing from percussion clef to treble clef

2024-07-08 Thread Richard Cookson
Hi,
I am trying to write a percussion part with a mix of untuned and tuned
percussion, however, when I switch from percussion clef back to G clef, all
the notes subsequently are shown as the same pitch (b), see screenshot
below, the final bar is supposed to be as follows:
\clef G \relative c { a16->\f ^\markup "Glockenspiel" g-> f8-> d->
}




Any advice on how to get the notation table back to the default would be
appreciated.

Regards,

Richard.