Writing a fingering chart for French Horn

2013-08-17 Thread Tommaso Gordini
Hello to all, this is my first post on lilypond-user. I'm translating a practical guide to French horn and I have a problem that I could not solve. I have to write a French Horn fingering card. Many notes admit alternative combinations, and they are written one below the other. Below I attack the

Fwd: Writing a fingering chart for French Horn

2013-08-18 Thread Tommaso Gordini
Tommaso -- Forwarded message -- From: Thomas Morley Date: 2013/8/18 Subject: Re: Writing a fingering chart for French Horn To: Tommaso Gordini Cc: lilypond-user Hi Tommaso, 2013/8/18 Tommaso Gordini : > Thank you, Thomas! please always reply to all! > Unfortunately, I

[no subject]

2013-08-19 Thread Tommaso Gordini
Hello to all, here's a minimal code: %% \version "2.16.2" \relative c { \clef "bass" \key c \major \cadenzaOn c,2 ^\markup { \tiny { Serie armonica del fa (+: crescente; -: calante) } } ^\markup {\small { Corno in Fa } } c' \clef "treble" g' c e g \stemUp bes4-- \stemDow

Enter correctly flat and sharp notes

2013-08-19 Thread Tommaso Gordini
Hello to all, here's a minimal code: %% \version "2.16.2" \relative c { \clef "bass" \key c \major \cadenzaOn c,2 ^\markup { \tiny { Serie armonica del fa (+: crescente; -: calante) } } ^\markup {\small { Corno in Fa } } c' \clef "treble" g' c e g \stemUp bes4-- \stemDow

How to avoid that it appears the new key with a key change at the end of stave

2013-08-19 Thread Tommaso Gordini
Hello to all, I would like to avoid that the new key appears when I have a key change at the end of the staff. I tried it in the documentation, but I could not find what I need. Can you help me? Ciao Tommaso ___ lilypond-user mailing list lilypond-user@

Re:

2013-08-19 Thread Tommaso Gordini
Sorry, I meant increasing and waning harmonics :-) Ciao Tommaso Il giorno lunedì 19 agosto 2013, Tommaso Gordini ha scritto: > Hello to all, > here's a minimal code: > %% > > \version "2.16.2" > > \relative c { > > \clef "

Re:

2013-08-19 Thread Tommaso Gordini
"Here are the notes of the harmonic series that can be played on the horn. The notes marked with a plus tend to sound sharp, and the notes marked with a minus tend to sound flat." Yes, exactly! :-) I was wondering if there is a typographically correct to report it. Maybe it could be done with the

Put the text on the left above a centered note

2013-08-27 Thread Tommaso Gordini
Hello to all, is possible to put some text to the left above a centered note in a bar? I have to write something like that that you see below. If you think that everything is OK, no problem. Ciao Tommaso Here's the code: %-% \version

Re: Put the text on the left above a centered note

2013-08-30 Thread Tommaso Gordini
pentagram and not so high? What do I have to change in the code? Grazie e ciao Tommaso 2013/8/27 Thomas Morley > " > > 2013/8/27 Tommaso Gordini : > > Hello to all, > > is possible to put some text to the left above a centered note in a bar? > > > > I have to

Re: Particular Glissando

2013-09-02 Thread Tommaso Gordini
Thanks to all :-) My version is 2.16.2. My difficulties lie in not being able to put the Glissando in the triplet: I have to treat it like a cadence? If you notice, the first note of Glissando is the eighth is lacking in the triplet and it is written with the normal size, the other notes are demi

Parenthesize a breath sign

2013-09-02 Thread Tommaso Gordini
Hello to all, this is the code: \new Staff \relative c'' { \key es \major \time 3/4 \override BreathingSign #'text = \markup { \musicglyph #"scripts.upbow" } \once \override ParenthesesItem #'font-size = #0 es8[-\parenthesize \trill d es f \once \override ParenthesesItem #'font-size = #0

[no subject]

2013-09-06 Thread Tommaso Gordini
Hello to all. I quote from the file usage.pdf in the section about lilypond-book: "Each snippet will call the Following macros if they have been defined by the user: \preLilyPondExample [...] \postLilyPondExample [...] \betweenLilyPondSystem [...] » A few pages after this point, there is a concre

Automatically insert a space before and after a lilypond environment

2013-09-06 Thread Tommaso Gordini
Hello to all. I quote from the file usage.pdf in the section about lilypond-book: "Each snippet will call the Following macros if they have been defined by the user: \preLilyPondExample [...] \postLilyPondExample [...] \betweenLilyPondSystem [...] » A few pages after this point, there is a concre

Correctly indicate instrument extensions

2013-09-06 Thread Tommaso Gordini
Hello :-) With this code I pointed to the extension of a instrument (the horn). The code is correct, do you think? You can stop the diagonal line so that it does not overlay the treble clef? \version "2.16.2" \relative c'' { \clef "bass" \cadenzaOn bes,,,1 \glissando \clef "treble" f

Re: Correctly indicate instrument extensions

2013-09-06 Thread Tommaso Gordini
Thank you, Pierre, but the folliwing code don't works :-( I get an error: clefGlyph is not a known grob... Where I'm wrong? \version "2.16.2" \relative c'' { \clef "bass" \cadenzaOn \override Score.StaffSymbol #'layer = #4 \override Staff.clefGlyph #'layer = #3 bes,,,1 \glissando \once \o