Re: Text Spanner on first note after line break

2009-09-13 Thread Martial
Hello, I want "a tempo" to be printed above the first note after the line break, but it's getting printed at the end of the 1st staff. just add two line %%- \version "2.12.2" \relative c' { \once \override TextSpanner #'(bound-details left t

Re: text in horizontal space between staves

2009-09-13 Thread Robin Bannister
Patrick Schmidt wrote: How can I center the text vertically Texts added as in NR 1.8.1 are kept above (or below) the staff. You will find it difficult to persuade Lilypond to move these inside. [And as regards c' c' c' c' c' c' c' see \textLengthOn] [And afterstencil = ##fsay

Re: Marching sheetmusic

2009-09-13 Thread Robin Bannister
Jeroen Heijmans wrote: But I'm not content with the results. It fills the page better if you don't zero between-system-space. Cheers, Robin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lily

Re: Fast lilypond input - does midi keyboard help?

2009-09-13 Thread Valentin Villenave
On Sun, Sep 13, 2009 at 1:51 AM, Daryna Baikadamova wrote: > In your opinion, would it be faster just to input lilypond using the > traditional method, or using the hybrid method to enter the notes > first, then go back and add / correct other details? I guess it depends if you're simply copying

Re: Contemporary music documentation

2009-09-13 Thread Graham Percival
On Sat, Sep 12, 2009 at 11:37:37AM +0200, Valentin Villenave wrote: > On Sat, Sep 12, 2009 at 2:54 AM, Graham Percival > wrote: > > Those are extremely good points.  In the interests of a full > > discussion (on a separate mailist, to avoid cluttering -devel), > > May I suggest http://lists.lilyn

Re: text in horizontal space between staves

2009-09-13 Thread Patrick Schmidt
Hi Robin, thanks a lot for your help! Here's my snippet (Maybe it's suitable for the Snippet Repository?) \version "2.13.3" { c'1 \once \override Score.RehearsalMark #'X-extent = #'(0 . 0) \mark \markup { \musicglyph #"scripts.coda" } \stopStaff \once \override NoteHead #'stencil =

Re: Fast lilypond input - does midi keyboard help?

2009-09-13 Thread David Raleigh Arnold
On Sun, 13 Sep 2009 11:51:36 +1200 Daryna Baikadamova wrote: > For simple monophonic lines, would it be faster to input using midi > keyboard (together with realtime midi to lilypond converter such as > rumor and an IDE such as Frescobaldi)? Then after input, we will need > to add back the finge

Stave spacing

2009-09-13 Thread Helge Kruse
Hello, I notate a piece with four staves. Two dynamic lines are inserted between staff 1+2 and 3+4 like show in http://lsr.dsi.unimi.it/LSR/Item?id=357. While the layout looks reasonable on most pages I have a lot of empty spave between the systems on page three and four. (http://www.dj1na.gm

"slashed" reverse turn-sign

2009-09-13 Thread grisu_76
Dear group members, I built a sign for a transcription, a slashed reverse turn: slashedturn = \markup { \combine \musicglyph #"scripts.reverseturn" \translate #'(-1.0 . -1.2)

Re: text in horizontal space between staves

2009-09-13 Thread Robin Bannister
Patrick Schmidt wrote: is it possible to align the coda signs underneath "D.S. al"? Well, this makes the markup narrower and then you start to see that we had no horizontal centering. Using a breathing sign instead of a note head makes it easy to anchor the markup in the middle of the

Syntax error using \midi directive

2009-09-13 Thread Jörg Krause
Hi to all, I am getting a (almost to me) mysterial syntax error lodi_vespri/musiche/psalmen_joerg.ly:65:17: Fehler: syntax error, unexpected '}', expecting '=' \midi { compiling the following source (the line which produces the error is marked): Thanks for your help. m

Suppressing Page numbers

2009-09-13 Thread Jonathan Wilkes
Hello, I'm trying to finish up a score and am doing something fairly standard: page 1: title (no page#) page 2: blank (no page#) page 3: "Notes" (no page#) page 4: music (numbered as page #1) I've seen a scheme function to suppress the first two pages, and a command to renumber pages, but I

Re: Syntax error using \midi directive

2009-09-13 Thread Helge Kruse
This compiles fine with Lilypond 2.13.0. Are you sure you sent the actual content of you .ly file? Without the original file it may be mystic to us. Regards, Helge Jörg Krause schrieb: Hi to all, I am getting a (almost to me) mysterial syntax error lodi_vespri/musiche/psalmen_joerg.ly:

Re: problems building documentation without compiling LilyPond

2009-09-13 Thread Graham Percival
On Sun, Sep 13, 2009 at 08:22:37AM +0200, Patrick Schmidt wrote: > and added > > export > DYLD_LIBRARY_PATH=/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources:\ > /opt/local/lib:$DYLD_LIBRARY_PATH That probably won't do anything.

Two systems in one line

2009-09-13 Thread Jörg Krause
Hello to all, I am working with very small scores of 2 beams. I want to put two of those scores into one line, each of them in a separate system. This means, that in the line, a new system has to begin, separated from the first one by a little horizontal space. How could I do that in lilyPo

Re: Two systems in one line

2009-09-13 Thread Graham Percival
On Mon, Sep 14, 2009 at 08:10:30AM +0200, Jörg Krause wrote: > I am working with very small scores of 2 beams. I want to put two of > those scores into one line, each of them in a separate system. This > means, that in the line, a new system has to begin, separated from the > first one by a l