Re: change note names from italiano to english in existing input file

2012-01-28 Thread -Eluze
Frédéric Bron wrote: Is it possible that \displayLilyMusic outputs note names in a different language? yes it is - see http://lsr.dsi.unimi.it/LSR/Item?id=638 -- View this message in context:

Re: change note names from italiano to english in existing input file

2012-01-28 Thread Frédéric Bron
yes it is - see http://lsr.dsi.unimi.it/LSR/Item?id=638 Thanks a lot. In fact, the trick is to use 2 times \language: \language italiano music = { music written in italiano } \language english \displayLilyMusic \music Frédéric ___ lilypond-user

Re: Change color for some symbols in a sylable

2012-01-28 Thread Svetlana
28.01.2012, 15:46, "Svetlana" eurid...@yandex.ru:Hi, David! 19.01.2012, 20:14, "David Nalesnik" david.nales...@gmail.com:  Hi again Svetlana,  I’ve revisited the functions for coloring symbols, and I've eliminated the need to provide a list of every character your text might include.  This was

MIDI Dynamics

2012-01-28 Thread Helge Kruse
Hello, I want to generate a MIDI file with the correct dynamics. Although it is possible to have different dynamics in left and tight hand I want to have the upper staff the same volume as the lower staff. Therefore I want only to write the dynamics to the upper staff. How can I apply the

Re: MIDI Dynamics

2012-01-28 Thread Marc Hohl
Am 28.01.2012 13:45, schrieb Helge Kruse: Hello, I want to generate a MIDI file with the correct dynamics. Although it is possible to have different dynamics in left and tight hand I want to have the upper staff the same volume as the lower staff. Therefore I want only to write the dynamics

Stem direction

2012-01-28 Thread Phil Holmes
I know you can set the default stem direction with \override Stem #'neutral-direction but I seem to remember it's also possible to tell lily to use the stem direction of the surrounding notes to determine stem direction? Is that right? How do you do it if so? -- Phil Holmes

Re: Stem direction

2012-01-28 Thread Xavier Scheuer
On 28 January 2012 16:07, Phil Holmes em...@philholmes.net wrote: I know you can set the default stem direction with \override Stem #'neutral-direction but I seem to remember it's also possible to tell lily to use the stem direction of the surrounding notes to determine stem direction? Is

Re: Stem direction

2012-01-28 Thread Phil Holmes
- Original Message - From: Xavier Scheuer x.sche...@gmail.com To: Phil Holmes em...@philholmes.net Cc: LilyPond User Group lilypond-user@gnu.org Sent: Saturday, January 28, 2012 3:27 PM Subject: Re: Stem direction On 28 January 2012 16:07, Phil Holmes em...@philholmes.net wrote: I

Re: counting-numbers above bars called with \repeat unfold

2012-01-28 Thread David Nalesnik
Hi Harm, On Mon, Jan 23, 2012 at 4:14 PM, Thomas Morley thomasmorle...@googlemail.com wrote: The other problem: In bar 5 and 6 of Example 2 you may notice, that the numbers are placed differently. Yes, so they are. I never would have noticed this! I want to keep the appended space in

Re: MIDI Dynamics

2012-01-28 Thread Christopher R. Maden
On 01/28/2012 07:45 AM, Helge Kruse wrote: In this example the dynamics in the down staff is necessary for MIDI but no wanted for the layout. I almost always end up with separate scores for layout and MIDI. dynamics = { s4\f\ s4*3\! s4\p s4 } right = \relative c'' { c d e f g a } left =

Re: Arpeggio in tablature with two voices.

2012-01-28 Thread AB
Federico Bruni fedelogy at gmail.com writes: Il 25/01/2012 22:44, AB ha scritto: Hi Federico, if you mean I wrote: \set Staff.connectArpeggios = ##t instead of: \set TabStaff.connectArpeggios = ##t It seems there is no difference, both are working. Yes, you are right. I realized

Re: change note names from italiano to english in existing input file

2012-01-28 Thread David Kastrup
Frédéric Bron frederic.b...@m4x.org writes: Is it possible that \displayLilyMusic outputs note names in a different language? I use to work with english notations because they are shorter but I am using an existing file written with italiano. Is it possible to change the note names from do

Re: MIDI Dynamics

2012-01-28 Thread Helge Kruse
Am 28.01.2012 17:51, schrieb Christopher R. Maden: I almost always end up with separate scores for layout and MIDI. dynamics = { s4\f\ s4*3\! s4\p s4 } right = \relative c'' { c d e f g a } left = \relative c' { c d e f g a } \score { \new PianoStaff \new Staff = up \right \new

Re: Switching lyrics to italic in the same syllabe

2012-01-28 Thread Wilbert Berendsen
Op Fri, 27 Jan 2012 18:17:23 +0100 Nils l...@nilsgey.de schreef: Questions over Questions: I have lyrics here which need switching to italics during a syllabe. It the following example it is phi where the i, and everything after, needs to be italic. Se -- ra -- ph \override LyricText

Changing spacing settings between score blocks

2012-01-28 Thread Jérôme M. Berger
Hi, I have a score with several score blocks. Some are solos with a single staff and some are multipart with multiple staves. I would like to have different system spacing settings depending on the score block. I have tried the following, which seems the most logical to me but

Re: Changing spacing settings between score blocks

2012-01-28 Thread Xavier Scheuer
2012/1/28 Jérôme M. Berger jeber...@free.fr: Hi, I have a score with several score blocks. Some are solos with a single staff and some are multipart with multiple staves. I would like to have different system spacing settings depending on the score block. I have tried the

Including notes in rhythm indications

2012-01-28 Thread Brent Annable
Hi y'all, I'm trying to include a direction in the 'meter' section of the header block that says this: Heavy four-beat swing (quaver[ quaver] = quaver[ quaver]) I tried following the instructions given at http://lsr.dsi.unimi.it/LSR/Item?u=1id=204, but nothing would appear in the 'meter'

Re: printing bar line positions into a file

2012-01-28 Thread Werner LEMBERG
I want to collect the horizontal positions of all bar lines (or rather, the position of the first beat in a bar) within an output text file. I'm not a scheme guru (so I'm sure the code could be more elegant) but the attached file seems to work (reading out every NoteColumn on the first

Re: Changing spacing settings between score blocks

2012-01-28 Thread Jérôme M. Berger
Xavier Scheuer wrote: 2012/1/28 Jérôme M. Berger jeber...@free.fr: Hi, I have a score with several score blocks. Some are solos with a single staff and some are multipart with multiple staves. I would like to have different system spacing settings depending on the score block.