Re: GSview problems
The problem is an error in the lilypond file C:/Program Files/LilyPond/usr/share/lilypond/2.6.5/ps/music-drawing-routines.ps Edit this file and change the line /Border [ 0 0 0 0 ] to /Border [ 0 0 0 ] The former creates an incorrect pdfmark link annotation on which GSview chokes. Han-Wen says it is now fixed in CVS. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How to 'unset" something
There are days that I feel stupider than this I'm sure but... First finding this file was nearly impossible the website docs are misleading. (Graham there is no documentation 'index' sidebar for example) Then when I did get to something describing property-init.ly it speaks to items that have multiple \'s and so how to 'revert' from a \set is definitely unclear (at least to me). So I looked at note head property to see if I could set a default in the middle of a piece and that produced an error message ignoring the command. So the bit I left out XP 2.6.4 Sorry in advance for being a dullard. Jay Erik Sandberg wrote: Citerar "Jay Hamilton, Sound and Silence" <[EMAIL PROTECTED]>: I'm sure this is easy but I can't even begin to figure out a way to search it in the manual I used \setEasyHeads for many of my students pieces but I would like to stop that function mid-way through the piece or even just a few measures into it. What is the command for that? Thank you. See the file ly/property-init.ly for hints (the command is defined there). Erik -- Childhood is a Journey not a race- Emma Sadinsky aged 8 Jay Hamilton Sound and Silence 206-328-7694 www.soundand.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: color constants?
On 3-Mar-06, at 11:33 PM, Trevor Bača wrote: Are the more avant-garde colors under the "Color names without a numerical suffix" or "Color names with a numerical suffix" headings supposed to work? No, obviously not. We often add material to the documentation that isn't supposed to work, just to keep you on your toes. :P I'm getting unbound variable errors: Parsing...ERROR: Unbound variable: azure Parsing...ERROR: Unbound variable: salmon Please send a minimal, full example to the bugs list, including your version and OS. You know the drill. :) Cheers, - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Signo and Coda
Hi, I'm trying to achieve to put the signo and the Coda at the right place but it looks like I'm unable. I'm surely missing someting. I want an 'al coda' on top of a Coda at the first bar "||" then a Signo on the top of the second bar "||" (at the end of the line) and start the other line with a CODA on top of the sign Coda before the beginning of the staff. It gave me everything but that. Here is my code. { ees'' g'2 ees''4 d'' c'' \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'font-size = #1 #'self-alignment-X #RIGHT \mark \markup { "Al coda" \hspace # 1 \raise #-3 \musicglyph #"scripts.coda" } bes'2 aes'4 \bar "||" \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'font-size = #1 #'self-alignment-X #RIGHT \mark \markup { \musicglyph #"scripts.signo" } g'2 f'4 g' 2. ~ g'2 r4 \bar "||"\break \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'font-size = #1 #'self-alignment-X #RIGHT \mark \markup { \musicglyph #"scripts.coda" } g'2 b'4 c''2. ~ c''2. ~ \bar "||." c''2. ~c''2. \break r2. r2. r2. r2. r2. r2. \bar ".||" \break } Jean Bergeron ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
STEM COLLISION
Bonjour à tous, Hi all. On the attached picture [original.png] at the sopano voice, at the beginning of the measure, there are at the same time an F quarter note with a mordent (only for this note) and a dotted eighth note A. In the original score, these notes are well distinct and the mordent is applied only on the A quarter note. How to do that with Lily ? I tried with the attached test file and look at the corresponding result.png. I tried to shift the A with an \override NoteColumn #'force-hshift without any good result. Thank you in advance. Merci. M.X. % -*- mode: LilyPond ; coding: utf-8 -*- \version "2.6.4.3" %\include "italiano.ly" \header{ title = \markup {\center-align { "Offertoire" "extrait du" "Premier livre d'Orgue"} } subtitle = "" piece = "" instrument = "" composer = "Jean-François Dandrieu (1681-1738)" copyright = "Creative Commons Attribution-ShareAlike 2.5" mutopiainstrument = "Organ" style="Baroque" footer = "Mutopia-2006/??" } #(set-default-paper-size "a4") global = { \key a \minor \time 4/4 } soprano = \relative c'' { %<< {fa4^\mordent } \\ {la8. sol16}>> sol8.^\prallprall fa16 fa4. la,8 << {f4^\mordent } \\ {\stemUp a8. g16}>> g8.^\prallprall f16 f4. a,8 } alto = \relative c' { %do8 re8 mi4 4. re,8 c8 d8 e4 4. d,8 } tenor = \relative c' { s1 } basso = \relative c { %fa8 sib8 do8 do,8 fa8 sol8 la8 fad8 f8 bes8 c8 c,8 f8 g8 a8 fis8 } \score { \context PianoStaff << \context Staff = "dessus" << \global \clef violin \context Voice = "soprano" { \voiceOne \soprano } \context Voice = "alto" { \voiceTwo \alto } >> \context Staff = "basse" << \global \clef bass \context Voice = "tenor" { \voiceOne \tenor } \context Voice = "basse" { \voiceTwo \basso } >> >> \layout {} \midi { } } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Staff.VoltaBracket
The old \turnOff macro had nothing to do with what you are asking about. Rather, the built-in rule is that you get a right edge of the bracket if it ends at a bar line that is either a repeat or a double bar line (with one of the lines thicker, i.e. \bar "|." or ".|"). Otherwise, the bracket will be open ended. Please include a small example from your score if you need more help from the mailing list. /Mats Quoting Stan Sanderson <[EMAIL PROTECTED]>: I posted this message this morning but have not seen it, so I am reposting. Is is not yet possible to leave a volta bracket "open" (i.e., no descender on the right end)? The docs (Bugs) for 2.7.32 (PDF) report that 2.2->2.4: \turnOff (used in \set Staff.VoltaBracket = \turnOff) is not properly converted. Forgive me if I've missed it, but I couldn't find anything in regression tests or examples. Thanks- Stan ___ 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: Signo and Coda
Jean Bergeron wrote: Hi, I'm trying to achieve to put the signo and the Coda at the right place but it looks like I'm unable. I'm surely missing someting. I'm confused by your code and also somewhat confused by your problem description, but will try sort out a few things. - Please always tell what LilyPond version you use, to be sure to get a relevant answer. - As has already been pointed out, the code you sent has several syntactic errors. It is much more likely that people on the mailing list will make the effort to answer if you send something that is reasonably complete and does work. Then, you can add comments on the places that you don't manage to solve. - From the music, I guess that the piece is actually in 3/4, so a \time 3/4 is clearly missing. - Always use R2. instead of r2. for full bar rests to get a result that follows common typesetting practice. - I also recommend you to learn the \relative feature, which will save lots of typing in most scores. - If you do \override ... then that setting will hold until the end of the piece. Here, you kept repeating the same \override ... several times. On the other hand, \once \override ... only changes the setting once. - If you want a text mark at a bar line, the corresponding \mark command should appear at the bar line, not earlier in the bar. - You specified bar types "||." and ".||" that don't exist. You probably want "|." and ".|". - \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible does not make sense if you want something printed at the begining of a line, right? I want an 'al coda' on top of a Coda at the first bar "||" - I would either say it only in words, "al coda" or replace the word "coda" with the coda sign. I have never seen both the word and the coda sign printed at the same place. then a Signo on the top of the second bar "||" (at the end of the line) and start the other line with a CODA on top of the sign Coda before the beginning of the staff. - Are you really sure about this? If i understand you correctly, you want the segno and the coda to appear at the same bar line (although before and after the line break). This doesn't make sense, musically. Probably you want "dal segno" before the line break and the coda after the line break. - If that's the case, then you have run into a limitation of LilyPond, namely that you can only have one \mark at each bar line, it's not possible to specify one \mark to appear at the and of a line and another one to appear at the same (musically) bar line after the line break. One simple solution is to attach one of the markups to a note instead, for example the one before the line break. Here comes one revised version of your code. I hope it's somewhat like what you tried to obtain. \version "2.6.0" { % Change the font size of all marks: \override Score.RehearsalMark #'font-size = #1 \time 3/4 ees'' g'2 ees''4 d'' c'' bes'2 aes'4 \mark \markup {\vcenter "Al" \hspace #0.7 \vcenter \musicglyph #"scripts.coda" } \bar "||" g'2 f'4 g' 2. ~ g'2 r4_\markup { \vcenter "dal" \hspace #0.7 \vcenter \musicglyph #"scripts.segno" } \bar "||"\break \mark \markup { \musicglyph #"scripts.coda" } g'2 b'4 c''2. ~ c''2. ~ \bar "|." c''2. ~c''2. \break r2. r2. r2. r2. r2. r2. \bar ".|" \break } /Mats It gave me everything but that. Here is my code. { ees'' g'2 ees''4 d'' c'' \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'font-size = #1 #'self-alignment-X #RIGHT \mark \markup { "Al coda" \hspace # 1 \raise #-3 \musicglyph #"scripts.coda" } bes'2 aes'4 \bar "||" \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'font-size = #1 #'self-alignment-X #RIGHT \mark \markup { \musicglyph #"scripts.signo" } g'2 f'4 g' 2. ~ g'2 r4 \bar "||"\break \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible \once \override Score.RehearsalMark #'font-size = #1 #'self-alignment-X #RIGHT \mark \markup { \musicglyph #"scripts.coda" } g'2 b'4 c''2. ~ c''2. ~ \bar "||." c''2. ~c''2. \break r2. r2. r2. r2. r2. r2. \bar ".||" \break } Jean Bergeron ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Staff.VoltaBracket
If you compare these regression test examples between versions 2.6 and 2.7, you can notice that there is a difference. I have just sent a bug report, asking if it's an intentional change or a bug. What I described should at least hold in version 2.6. /Mats Stan Sanderson wrote: On Mar 6, 2006, at 5:01 AM, Mats Bengtsson wrote: The old \turnOff macro had nothing to do with what you are asking about. Rather, the built-in rule is that you get a right edge of the bracket if it ends at a bar line that is either a repeat or a double bar line (with one of the lines thicker, i.e. \bar "|." or ".|"). Otherwise, the bracket will be open ended. Please include a small example from your score if you need more help from the mailing list. /Mats Quoting Stan Sanderson <[EMAIL PROTECTED]>: I posted this message this morning but have not seen it, so I am reposting. Is is not yet possible to leave a volta bracket "open" (i.e., no descender on the right end)? The docs (Bugs) for 2.7.32 (PDF) report that 2.2->2.4: \turnOff (used in \set Staff.VoltaBracket = \turnOff) is not properly converted. Forgive me if I've missed it, but I couldn't find anything in regression tests or examples. Thank you for the clarification. The source file had originally been coded in v1.?, updated to an early v2.x and was now updated to 2.7.36. The error generated referred to the \turnOff macro. There was a \bar "||" at the location in question. I removed it and it coded as you mentioned (although it is not a double bar line "...with one of the bars thicker."). I spent some time looking at the documentation (current 2.7.36, from the tarball) and didn't find this property described. Probably missed it. What is confusing is that there is an example in the Regression Tests titled "repeat-volta-skip-alternatives.ly" which appears to not follow the rule given above. The example which follows ("repeat-volta.ly") also shows a closed volta spanner at the end, although no barlines is present. I found no examples in the "Tips and Tricks" section which might apply. This is in no way criticism! I feel privileged to have had the opportunity to watch this Lily grow. Stan -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: How to 'unset" something
On Sunday 05 March 2006 03.04, Jay Hamilton, Sound and Silence wrote: > > See the file ly/property-init.ly for hints (the command is defined > > there). > First finding this file was nearly impossible the > website docs are misleading. It's not on the web, it's in your local installation of lilypond (in some data dir). The exact location depends on your OS, but you'll probably find it if you scan your entire file system. -- Erik ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user