Re: increased space between piano staves

2014-09-07 Thread Pierre Perol-Schneider
Hi Mark, 2014-09-07 11:14 GMT+02:00 Mark Stephen Mrotek : What needs to be corrected? > I think that the problem comes frome tuplet number and/or tuplet bracket : for some reason, paddings remain even if omited. So please find herewith two workarounds. HTH, Pierre PS. I've converted some lines

Re: problem with moving notes

2014-09-07 Thread David Nalesnik
Rus, On Sun, Sep 7, 2014 at 3:54 PM, Rus wrote: > I imagine you could use \newSpacingSection. > > Please post the code that created the PDFs you attach, and I'm sure you'll > get a solution to your liking. > > --David > > > I attached the code which you have requested > Thanks. That makes it e

Re: problem with moving notes

2014-09-07 Thread Rus
I imagine you could use \newSpacingSection. Please post the code that created the PDFs you attach, and I'm sure you'll get a solution to your liking. --David I attached the code which you have requested 001.ly Description: Binary data 002.ly Description: Binary data 003.ly Description: Binary

Re: Add lyrics after n measures

2014-09-07 Thread Colin Campbell
On 14-08-29 02:21 PM, Simon Albrecht wrote: Am 29.08.2014 um 16:58 schrieb Jacques Menu: Hello Marco, Always copy the list in your messages, to let the them know. Put as many \skip as you have notes in the melody in the first 8 bars if you use \addlyrics or \lyricsto, Much more convenient: u

Re: define-vstrut-markup ?

2014-09-07 Thread Karol Majewski
Works! Thanks!   #(define-markup-command (strut layout props text) (markup?)  (interpret-markup layout props    #{  \markup \concat {    \vstrut #text  }    #}))     --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://list

Re: problem with moving notes

2014-09-07 Thread David Nalesnik
On Sun, Sep 7, 2014 at 3:15 PM, Rus wrote: > If you want to have looser horizontal spacing in general > > > I don't want to have looser horizontal spacing in general. I want to have > looser horisontal spacing in this case I described above. > > 07.09.2014, 23:26, "Simon Albrecht" : > > I don’t t

Re: define-vstrut-markup ?

2014-09-07 Thread David Nalesnik
Hi Karol, On Sun, Sep 7, 2014 at 1:26 PM, Karol Majewski wrote: > Hi > > So far I have this: > > > #(define-markup-command > (vstrut layout props) > () > (let > ((ref-mrkp > (interpret-markup layout props "█"))) > (ly:make-stencil > (ly:stencil-expr empty-stencil) emp

Re: problem with moving notes

2014-09-07 Thread Rus
If you want to have looser horizontal spacing in general I don't want to have looser horizontal spacing in general. I want to have looser horisontal spacing in this case I described above. 07.09.2014, 23:26, "Simon Albrecht" :I don’t think there is any problem with reading t

Re: Adjusting overall vertical spacing (in general)

2014-09-07 Thread Paul Morris
Hi Pierre, If you give it a try, you'll want to use this newer and more flexible version I just submitted to OpenLilyLib: https://github.com/PaulMorris/openlilylib/tree/scale-vertical-spacing/notation-snippets/scale-vertical-spacing As before, it lets you scale all the vertical spacing properties

Re: Lyric word engraver bug

2014-09-07 Thread David Nalesnik
On Sun, Sep 7, 2014 at 5:28 AM, Simon Albrecht wrote: > And thanks also for these coding suggestions, they’re very good and I’ve > incorporated them. > > Am 07.09.2014 um 00:37 schrieb David Nalesnik: > Glad I could help! ___ lilypond-user mailing lis

Re: problem with moving notes

2014-09-07 Thread Simon Albrecht
Am 07.09.2014 um 21:00 schrieb Rus: I would want that to make it more visible. I don’t think there is any problem with reading the rhythm from Lily’s default output, it’s perfectly clear. I can't understand what exactly I need to make from http://lilypond.org/doc/v2.18/Documentation/notation/ch

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Kieren MacMillan
Hi all, > Regarding the hyphenation of sanctus Sanc - tus (e.g., http://www.thefreedictionary.com/Sanctus) Hyphenation is the same in sung and spoken typesetting. The rules have nothing to do with what sound you can hold (i.e., pitched versus unpitched phonemes), but rather what syllabic divis

Re: problem with moving notes

2014-09-07 Thread Rus
I would want that to make it more visible.I can't understand what exactly I need to make from http://lilypond.org/doc/v2.18/Documentation/notation/changing-horizontal-spacing 07.09.2014, 22:31, "Simon Albrecht" :Am 07.09.2014 um 19:39 schrieb Rus:Does anyone have any ideas?Yes, to ask you why you w

RE: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Mark Stephen Mrotek
Simon, Regarding the hyphenation of sanctus, the difference is between the spoken word and the sung word. If spoken the hyphenation would be sanc-tus, since that is how it is pronounced. Only vowel sounds can be sustained by the voice. This negates the possibility of singing sanc-tus. The only pro

Re: problem with moving notes

2014-09-07 Thread Simon Albrecht
Am 07.09.2014 um 19:39 schrieb Rus: Does anyone have any ideas? Yes, to ask you why you would want that. Usually it’s best to leave the spacing to lilypond, since she makes about the best possible arrangement. Perhaps

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Simon Albrecht
Am 07.09.2014 um 18:05 schrieb Son_V: Thanks Phil, for your answer - but I usually (is it right?), as in your example, write "Sanc __tus" The problem is that you confuse hyphens (-) with underscores (_). In your examples, you have two underscores inbetween the syllables of ‘sanctus’; but what y

define-vstrut-markup ?

2014-09-07 Thread Karol Majewski
Hi So far I have this: #(define-markup-command (vstrut layout props) () (let ((ref-mrkp (interpret-markup layout props "█"))) (ly:make-stencil (ly:stencil-expr empty-stencil) empty-interval (ly:stencil-extent ref-mrkp Y How can I create 'define-vstrut-mark

Re: problem with moving notes

2014-09-07 Thread Rus
Does anyone have any ideas?Hello!I have a problem with moving notes. There is a dotted rhythm and two quarter notes in different voices. I need to move eighth notes to the right. In case like in attached file 001.pdf I used «\once \override NoteColumn.X-offset = #2» (002.pdf). But in case like in a

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Son_V
I must understand. Thanks. -- View this message in context: http://lilypond.1069038.n5.nabble.com/In-wait-for-a-subsequent-word-sorry-how-can-I-put-it-tp166204p166209.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user maili

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Brian Barker
At 09:05 07/09/2014 -0700, Vincenzo Auer wrote: ... I usually (is it right?), as in your example, write "Sanc __tus" and if "tus" must be sung for say other four notes I do not add anything after "tus". But it could be miserunderstooding for who plays the score. But I wonder if there is a RULE

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Phil Holmes
- Original Message - From: "Son_V" To: Sent: Sunday, September 07, 2014 5:05 PM Subject: Re: In wait for a subsequent word (sorry how can I put it)? Thanks Phil, for your answer - but I usually (is it right?), as in your example, write "Sanc __tus" and if "tus" must be sung for say o

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Son_V
Thanks Phil, for your answer - but I usually (is it right?), as in your example, write "Sanc __tus" and if "tus" must be sung for say other four notes I do not add anything after "tus" . But it could be miserunderstooding for who plays the score. But I wonder if there is a RULE for those situations

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Phil Holmes
- Original Message - From: "Phil Holmes" To: "Son_V" ; Sent: Sunday, September 07, 2014 4:36 PM Subject: Re: In wait for a subsequent word (sorry how can I put it)? - Original Message - From: "Son_V" To: Sent: Sunday, September 07, 2014 4:21 PM Subject: In wait for a subse

Re: In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Phil Holmes
- Original Message - From: "Son_V" To: Sent: Sunday, September 07, 2014 4:21 PM Subject: In wait for a subsequent word (sorry how can I put it)? Sorry for the uncomprehensible subject - the question: it's easy when you have a word hyphenated between some notes - like "San __ \skip4 c

In wait for a subsequent word (sorry how can I put it)?

2014-09-07 Thread Son_V
Sorry for the uncomprehensible subject - the question: it's easy when you have a word hyphenated between some notes - like "San __ \skip4 ctus"; but if you have a word that's finished but must be sung for some other notes, like "ctus" that must be sung for say other four notes, I usually leave no "

Re: Henle Music font

2014-09-07 Thread Henning Hraban Ramm
Am 2014-09-07 um 03:44 schrieb Abraham Lee : > On Sat, Sep 6, 2014 at 12:57 PM, Nicolai Pfeffer > wrote: >> Hi Abraham! >> >> I’m a clarinetist and music editor from Cologne, Germany and I’ve worked as >> an engraver for some of the major German publishing houses. I highly >> appreciate your

Re: Include a file if it exists

2014-09-07 Thread Urs Liska
No ideas anybody? I'm desparately hoping for a solution while being quite hopeless finding one on my own ... Best Urs Am 06.09.2014 12:19, schrieb Urs Liska: Am 06.09.2014 11:43, schrieb Urs Liska: Am 06.09.2014 00:40, schrieb Urs Liska: Am 06.09.2014 00:36, schrieb Urs Liska: Hi all,

Re: Breaking notes up across bar lines when using lyrics

2014-09-07 Thread David Bellows
>However, the attached version of the file using @code{ \new Lyrics \lyricsto "first" } instead of @code{ \addlyrics } works as expected for me*. So working around the problem appears to be easy. Perfect! It now works as expected. Thank you very much! On Sun, Sep 7, 2014 at 3:45 AM, Simon Albrech

Re: Breaking notes up across bar lines when using lyrics

2014-09-07 Thread Simon Albrecht
Looks like it’s worth a bug report and issue tracker, doesn’t it? About completion heads engraver and addlyrics being incompatible. However, the attached version of the file using @code{ \new Lyrics \lyricsto "first" } instead of @code{ \addlyrics } works as expected for me*. So working around t

Re: Score feedback request

2014-09-07 Thread Janek Warchoł
Hi, 2014-09-06 11:06 GMT+02:00 Urs Liska : > In traditional Lied notation dynamics are placed between the piano staves. > I have a hard time finding it in the manual, but what you'd so is create the > dynamics in a separate music variable (for example "dynamics") and then > write "\new Dynamics \d

Re: Lyric word engraver bug

2014-09-07 Thread Simon Albrecht
And thanks also for these coding suggestions, they’re very good and I’ve incorporated them. Am 07.09.2014 um 00:37 schrieb David Nalesnik: On Sat, Sep 6, 2014 at 5:20 PM, David Nalesnik mailto:david.nales...@gmail.com>> wrote: Here's an unrelated suggestion. When you use \wordco

Re: Lyric word engraver bug

2014-09-07 Thread Simon Albrecht
Hello David, many thanks for the proposed solution. For what I can see now, it works fine. And sorry for wrongly attributing authorship – no idea how I came to do that. Anyway, I corrected it now. Best regards, Simon Am 06.09.2014 um 23:32 schrieb David Nalesnik: Hi, On Sat, Sep 6, 2014 at

Re: partcombine/divisi framework - let the fun begin!

2014-09-07 Thread Janek Warchoł
Hi, 2014-09-01 23:38 GMT+02:00 Keith OHara : > On Sat, 30 Aug 2014 04:41:15 -0700, Janek Warchoł > wrote: >> >> 2014-08-29 8:53 GMT+02:00 Keith OHara : >> >>> But if someone uses these definitions with music that uses tags for >>> some other purpose, the tagged music will be left out. >> >> Hmm.

increased space between piano staves

2014-09-07 Thread Mark Stephen Mrotek
Hello, The first eight measures ("eight.ly") have the correct space between staves. When I add the ninth measure in the treble ("nine.ly") the space increases. What needs to be corrected? Thank you for your kind attention. Mark \version "2.18.0" \header { title = "Sonata 479"

Re: Adjusting overall vertical spacing (in general)

2014-09-07 Thread Pierre Perol-Schneider
Thanks for sharing Paul. I'll try your functions in my future scores and let you know if any idea or question will come. Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user