Re: BreathingSigns and automatic beams

2014-06-28 Thread Werner LEMBERG
I fully understand what you say, and similar symbols are used for singers, too, however, I think this somehow contradicts what lilypond is intended to do: engraving well-formatted music. It's not lilypond's job to imitate hand-written marks! In other words, I want to see some *printed*

Re: Repeat volta not at beginning of piece doesn't get initial repeat bar line

2014-06-28 Thread Peter Gentry
Funny it works fine for me without the \score. I thought this was implied if omitted. I did edit the music variable to make sure I was expecting a different output. regards Peter Gentry ___ lilypond-user mailing list lilypond-user@gnu.org

openLilyLib snippets repository renamed

2014-06-28 Thread Urs Liska
Hi to all who have any contact with the openlilylib snippets repository on Github, we have renamed the repository from [openlilylib/]snippets to [openlilylib/]openlilylib, for two reasons: - I have always felt uneasy about the name clash with the official LilyPond Snippet Repository, the

Re: openLilyLib snippets repository renamed

2014-06-28 Thread Pierre Perol-Schneider
Hi Urs, 2014-06-28 16:41 GMT+02:00 Urs Liska u...@openlilylib.org: I'm not completely sure about forks. So if you have forked the snippets repository please check for yourself or get back to Janek or me directly so we can sort it out manually. It seams that it has been renamed

Re: Building documentation: bad PNG output

2014-06-28 Thread Aymeric O.
I found where the problem is! In make/lilypond-vars.make, the options used by LilyPond to generate the output files are given there: ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2 LILYPOND_JOBS=$(if $(CPU_COUNT),-djob-count=$(CPU_COUNT),) LANG_TEXIDOC_FLAGS:=$(foreach

(8va) to extend to barline

2014-06-28 Thread MING TSANG
Hi lilyponders, How can I extend an ottava to the barline for c''1?   Any help is appreciated. Emmanuel, Ming. linly code: \version 2.19.8 \language english ottavaa = { \ottava 1 \set Staff.ottavation = \markup \bold \concat {8 \tiny \raise #0.7 va } } ottavab = { \ottava -1 \set Staff.ottavation

Re: (8va) to extend to barline

2014-06-28 Thread Phil Holmes
To do this would be poor notation. Elaine Gould says that the line should be terminated after the notehead. -- Phil Holmes - Original Message - From: MING TSANG To: lilypond-user mailinglist Sent: Saturday, June 28, 2014 5:37 PM Subject: (8va) to extend to barline Hi

How to place markup and crescendo one after the other?

2014-06-28 Thread Jacques Menu
Hello folks, I’d like to have « a tempo » and then the cresc sign, instead of them stacked vertically. Sure it’s simple, but can’t find out… Thanks for your help! JM %% \version 2.18.2 \relative f, { \clef bass \time 3/4 \slurUp bes2.-\markup{\italica tempo} ( \ | ees,2.\mf \ |

Re: How to place markup and crescendo one after the other?

2014-06-28 Thread Knute Snortum
This was the best I could do. I couldn't get the Y-offset to move the text. % \version 2.18.2 \relative f, { \clef bass \time 3/4 \slurUp \once\override TextScript.X-offset = #-10 bes2.-\markup{\italica tempo} ( \ | ees,2.\mf \ | bes'2. \ |

Re: How to place markup and crescendo one after the other?

2014-06-28 Thread Thomas Morley
2014-06-28 18:41 GMT+02:00 Jacques Menu imj-muz...@bluewin.ch: Hello folks, I’d like to have « a tempo » and then the cresc sign, instead of them stacked vertically. Sure it’s simple, but can’t find out… Thanks for your help! JM %% \version 2.18.2 \relative f, { \clef bass

Re: [SPAM] Re: openLilyLib snippets repository renamed

2014-06-28 Thread Urs Liska
Am 28.06.2014 16:47, schrieb Pierre Perol-Schneider: Hi Urs, 2014-06-28 16:41 GMT+02:00 Urs Liska u...@openlilylib.org: I'm not completely sure about forks. So if you have forked the snippets repository please check for yourself or get back to Janek or me directly so we can sort it out

Re: Re:Variable length bars (Phil Holmes)

2014-06-28 Thread Graham King
On Fri, 2014-06-27 at 08:30 -0500, Andrew A. Cashner wrote: Phil, You're absolutely right (and I apologize if I suggested you didn't know that)---as you say, my terms weren't precise either. In medieval and Renaissance theory, C is tempus imperfectum cum prolatione minore, cut C is tempus

Re: (8va) to extend to barline

2014-06-28 Thread Pierre Perol-Schneider
Hi Ming, 2014-06-28 18:37 GMT+02:00 MING TSANG tsan...@rogers.com: Any help is appreciated. Please provide compilable example. This should do what you're looking for : { \once\override Staff.OttavaBracket.minimum-length = #30 \once\override Staff.OttavaBracket.extra-offset =

Re: (8va) to extend to barline

2014-06-28 Thread MING TSANG
Sorry! I did a cut paste in my previous email. Here is a compilable .ly file. Phil: thank you for the info per Elaine Gould. Pierre:  Where do I put your code?  I put if before line 26 and it is not what I expected. Emmanuel, Ming. On Saturday, June 28, 2014 3:55:01 PM, Pierre Perol-Schneider

Re: (8va) to extend to barline

2014-06-28 Thread Pierre Perol-Schneider
2014-06-28 23:35 GMT+02:00 MING TSANG tsan...@rogers.com: Pierre: Where do I put your code? I put if before line 26 and it is not what I expected. With these settings : ... \once\override Staff.OttavaBracket.minimum-length = #10 \once\override Staff.OttavaBracket.extra-offset = #'(10 . 0)

Re: (8va) to extend to barline

2014-06-28 Thread MING TSANG
Pierre: Thank you very much. It is exactly the same as the score sheet I am trying to transcribe. Emmanuel, Ming. On Saturday, June 28, 2014 5:43:38 PM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: 2014-06-28 23:35 GMT+02:00 MING TSANG tsan...@rogers.com:   Pierre:  

Re: Weird spacing related to barlines

2014-06-28 Thread Keith OHara
Phil Holmes mail at philholmes.net writes: Can anyone explain what's going on here? \score { \new MensuralStaff { \layout { \context { \Score \override SpacingSpanner #'spacing-increment = #0 \remove Default_bar_line_engraver }}} The Default_bar_line_engraver