Re: vertical spacing of StaffGroup

2006-03-21 Thread Han-Wen Nienhuys

Werner LEMBERG wrote:

[CVS 2006-03-17]


What must I do to make

  \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10)

work for the `StaffGroup' context?  I want a score layout like
this (each horizontal line represents a staff):

You can't, technically: StaffGroup is just a bunch of staves with a
bracket in front, and spanning bar lines.


This is a pity, IMHO.  Graham, this should be probably documented...


I could fiddle with VerticalAxisGroup of single staff lines, but...
I could also insert invisible staves, but...

If you're inserting something invisible, I'd recommend a Lyrics
context.  You have to make sure it's not hara-kiri'd though.


Will give it a try, thanks.

A related problem which I consider as very important is the
introduction of stretching vertical space as used in TeX:

  \vspace 3em plus 10pt minus 10pt





This is something for the TODO file -- BTW, it seems that there isn't
a TODO file in lilypond...


No, TODO files tend to fill up with bad ideas that never get implemented 
anyway.




On the other hand, page-layout-twopass.ly, which probably can do
something similar already, appears to be broken: The output file
page-layout-twopass-page-layout.ly is always empty.  Or am I missing
something?  The documentation is, hmm, sparse...


Comment out the \markup. The problem is that the \markup triggers 
another layout write, which overwrites the first one.


--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


text blocks before movements

2006-03-21 Thread jeff covey
on Sat, Mar 18, 2006 at 09:15:22PM +0100%, Mats Bengtsson said:

> If you want more text, you can just add a \markup{...} block between two
> \score{...} blocks.

i have a score which has a couple of paragraphs of performance instructions
on the first page, and it would be convenient to use \book to set it.  the
"multiple movements" section of the manual just says to use:

\markup {
 ..text of second verse..
}

but if i use, for example:

\markup {
lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
}

, it's all printed on one line, scrolling off the right edge of the page.

i see from the "setting simple songs" section that i can use:

\markup {
\line{ lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod 
}
\line{ tempor incididunt ut labore et dolore magna aliqua. ut enim ad minim 
veniam, }
\line{ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo }
\line{ consequat. duis aute irure dolor in reprehenderit in voluptate velit 
esse }
\line{ cillum dolore eu fugiat nulla pariatur. excepteur sint occaecat 
cupidatat }
\line{ non proident, sunt in culpa qui officia deserunt mollit anim id est 
laborum. }
}

, but that doesn't work well for prose.  it looks awkward and can leave a
lot of whitespace on the ragged right side at larger paper sizes, and risk
scrolling off the page at smaller ones.

is there a way to have a batch of text in a \markup{} block automatically
wrapped, or can that only be done with lilypond-book?  i'd rather not bother
with lilypond-book for this little bit of text.  would it be possible to do
the reverse of lilypond-book, to have a \latex{} block which passes the
contents out to latex for processing and sticks the results back into the
lilypond output?  if it can't be done now, is it a feature worth sponsoring?

sincerely,

-- 
jeff covey
http://jeffcovey.net/



signature.asc
Description: Digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: text blocks before movements

2006-03-21 Thread Graham Percival


On 21-Mar-06, at 8:58 AM, jeff covey wrote:

is there a way to have a batch of text in a \markup{} block 
automatically

wrapped,


Umm, yes.  \word-wrap or \justify.  See "Overview of text markup 
commands".  It's a 2.7-only command, though.


Cheers,
- Graham



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: vertical spacing of StaffGroup

2006-03-21 Thread Graham Percival


On 20-Mar-06, at 10:12 PM, Werner LEMBERG wrote:


What must I do to make

  \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10)

work for the `StaffGroup' context?  I want a score layout like
this (each horizontal line represents a staff):


You can't, technically: StaffGroup is just a bunch of staves with a
bracket in front, and spanning bar lines.


This is a pity, IMHO.  Graham, this should be probably documented...


Umm.  I've added a note to the internals... Han-Wen, could you check it 
for correctness?
I dislike making non-specific changes when I'm not certain I understand 
the material...


- Graham



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Other Music Fonts

2006-03-21 Thread Mats Bengtsson

In theory yes! In practice, it's probably quite much work involved
to get it working.

  /Mats

Quoting Ben <[EMAIL PROTECTED]>:


Is it possible to use other types of music fonts in Lilypond? I ask
this because I like some of the fonts packaged with Finale NotePad
2005a, but I'm not sure how I could use it.

Please Help,
Ben


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user







___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Problem with lilypad

2006-03-21 Thread Mats Bengtsson
That's a bug! I managed to repeat the problem once (with an input file 
that had too old \version statement). Then, I tried opening the 
myfile.log file from within lilypad

(you have to select Files of type: "All files" in File -> Open).
After that, all .log files opened correctly in Lilypad, so there's 
something fishy going on here.


As you can see, I have forwarded a copy to the bug-lilypond
mailing list.

  /Mats

Quoting lala lala <[EMAIL PROTECTED]>:


Hi !
I just try the lilypond-2.7.39-1.mingw.exe on windows XP pro. 
Installation is fine.
But when i drop a ly file on the lilypond icon everything goes well 
except the fact that lilypad popup saying it cannot open 
myfile.log.ly (welll it's normal because myfile.ly exists but 
myfile.log.ly does not exist)


Lasconic




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user







___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


PDF font issues in 2.7.40

2006-03-21 Thread Nicholas Haggin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greetings, all. I hope this hasn't been answered already; I
searched the archives but turned up nothing.
I've been having two (possibly related) font issues with PDFs
generated by 2.7.40 that were not present in 2.7.36:
1) When I generate a score (any score; doesn't matter how simple or
complex) the resulting PDF has clefs, notes (heads and stems),
brackets, slurs, time signatures, and other expressive marks, but
not rests or key signatures.
2) When I build a lilypond-book document (large or small), it
displays stems, dynamic marks, slurs and time signatures, but does
not display note heads, attached expressive marks, rests, or key
signatures.
These errors are, however, only present in the PDF output; the PS
output renders properly. I'm running Gentoo Linux and compiled Lily
with my own ebuild, since there isn't an official one for the latest
releases. PS is being viewed with gv and PDF with Adobe's reader.
If asked I'll provide an example, but as I said before, this
phenomenon seems to be independent of the score I'm rendering.
Any thoughts?

- --
Nicholas Haggin

A.M.D.G.

Find my public keys at my website: http://nhaggin.freeshell.org/
-BEGIN PGP SIGNATURE-

iD8DBQFEIH/rYbuXiaDnyW4RApKeAJ0SuM27t8G/PfMoJyohRi0Z4fZrCQCff/F9
qLYpfb7wVW3NbQibrSZ4SZQ=
=I4AO
-END PGP SIGNATURE-


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Leadsheet top staff line spacing inconsistent with rest of piece

2006-03-21 Thread Bryan Murdaugh
Hi,
  I've got a simple leadsheet (Chords above staff, melody, and lyrics) and the
very first line is spaced much further from the 2nd than the 2nd from the 3rd,
etc..  From afar, my piece would look like this:


-

-
-
-
-


Any suggestions would be helpful, and if needed, I can include my .ly.

Thanks in advance - Lilypond has changed the way I compose and transcribe!

Bryan



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Leadsheet top staff line spacing inconsistent with rest of piece

2006-03-21 Thread Bryan Murdaugh

I happen to be using version 2.6.0-2.  



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: text blocks before movements

2006-03-21 Thread jeff covey
on Tue, Mar 21, 2006 at 09:39:18AM -0800%, Graham Percival said:

> \word-wrap or \justify.  See "Overview of text markup commands".  It's a
> 2.7-only command, though.

ok, something to look forward to!  :)

thanks,

-- 
jeff covey
http://jeffcovey.net/



signature.asc
Description: Digital signature
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Polyphony Note head Merging

2006-03-21 Thread john-nedallascg

The following code generates 7 measures with two voices.  What I *want* is
for the lower voice half-notes to merge with the upper voice 1/8 notes.  It
does the merge as expected for the meaure with two 1/4 notes (meas 2).  Can
lilypond merge the half-notes in the same fashion?  I hacked this out via
looking at examples and the meaning of the "##t" is unknown to me.

\version "2.7.32"
 
\header { 
  title = "Multi-Voice for Guitar"
  }

#(set-global-staff-size 18)
#(set-default-paper-size "a4")
forcedBreak = \break

\paper{
 % hsize = 2\cm
  top-margin = 1\cm
  left-margin = 0.75\in
  line-width = 7.25\in
  bottom-margin = 0.75\in
  between-system-space = 1\in
  raggedlastbottom = ##t
}

  upperVoice = { 
 \stemUp
 \set fingeringOrientations = #'(left)
 \set Staff.instrument = "Guitar 1"
 \set Staff.minimumVerticalExtent = #'(0 . -10)
 e,8 b8 g8 e'8 e8 b8 g8 e'8 |   %1 Guitar 1
 e,8 b8 g8 e'8 e8 b8 a8 c'8 |   %2
 e,8 b8 g8 e'8 e8 b8 a8 c'8 |   %3
 \break  
 e,8 b8 g8 e'8 e8 b8 g8 e'8 |   %4
 fis,8 a8 d8 c'8 g,8 g8 d8 b8 | %5
 b,8 g8 c8 g8 cis8 g8 d8 g8 |   %6
 dis8 c'8 a8 fis'8 a,8 c'8 a8 fis'8 \bar "|."   %7
 \break  
  }
   
  middleVoice = { 
 \stemDown
  s1 |  %Intro Middle 
Voice
  s1 |  %2
  s1 |  %3
  s1 |  %4
  s1 |  %5
  s1 |  %6
  s1 |  %7
  }

  lowerVoice = { 
 \set fingeringOrientations = #'(left)
 \stemDown
  e,2 e2 |  %Intro Lower 
Voice
  e,4 e,4 e2 |  %2
  e,2 e2 |  %3
  e,2 e2 |  %4
  fis,2 g,2 |   %5
  b,4 c4 cis4 d4 |  %6
  dis2 a,2 |%7
  }


\score {
\context Staff  << 
  \time 4/4
  \override NoteCollision #'merge-differently-dotted = ##t
  \override NoteCollision #'merge-differently-headed = ##t
  \key e \minor
  \clef "G_8"
  \context Voice = one \override TupletBracket #'number-visibility = ##f
\upperVoice
  \context Voice = two \middleVoice
  \context Voice = three \lowerVoice
>>
  \layout { 
}
  \midi { \tempo 4=60
}
}


Thanks, in advance!

John
--
View this message in context: 
http://www.nabble.com/Polyphony-Note-head-Merging-t1321659.html#a3525881
Sent from the Gnu - Lilypond - User forum at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user