Re: Moving a markup

2015-02-26 Thread Stephen MacNeil
Both suggestions worked for me. I tend to put things in a separate file as definitions/variables etc. I just like it clean to see what I am doing (especially in large scores). Like %% \version "2.18.2" pos = \markup \concat { \large \bold { "Un poco Pi" \char ##x00F9 " lento, " }

Re: Moving a markup

2015-02-26 Thread Thomas Morley
2015-02-26 15:00 GMT+01:00 Ralph Palmer : > Greetings - > > I'm running LilyPond 2.18.2 under Win7, with Frescobaldi 2.17.2. > > I'm trying to move a markup which has a \concat command, and I cannot figure > out how to do it. As you can see from the snippet, I've tried a variety of > solutions. Bes

Re: Moving a markup

2015-02-26 Thread Klaus Blum
Hi Ralph, it seems that markup above full measure rests is center-aligned above the rest. If you replace the full measure rest by a "normal" rest, it should be left-aligned. Regarding the tweaks: They are applied AFTER the position for the markup is calculated, therefore they should work well.

Re: Moving a markup

2015-02-26 Thread Pierre Perol-Schneider
Hi Ralph, Try: \version "2.18.2" \relative c'' { \key c \major \clef treble \time 2/4 R1*1/2 %% try: %\tweak extra-offset #'(5 . 5) \mark\markup\concat { \large \bold { "Un poco Pi" \char ##x00F9 " lento, " } \tiny \note #"4" #UP " = 66" } | e4 b | b4 c | d4 a |

Re: voices in the same place

2015-02-26 Thread Pierre Perol-Schneider
Hi, try: \override NoteColumn.force-hshift = #0 (see attached file). Cheers, Pierre 2015-02-26 14:50 GMT+01:00 Rita Composer : > Hi All, > > Can you help me to adjust the two Voices - two noteheads exactly under > eachother? > > It works when they are not so close, but not, when they are

Re: Hungarian Gregorian

2015-02-26 Thread Pierre Perol-Schneider
2015-02-26 14:29 GMT+01:00 Rita Composer : > I1d like to ask how can I override the space between single noteheads/ > melismas just in one score. > So for example I have 1 page with several scores and I'd like to have > bigger distance / space between noteheads in one score. > > I've found this

Re: Hungarian Gregorian

2015-02-26 Thread Pierre Perol-Schneider
Hi, 2015-02-26 14:29 GMT+01:00 Rita Composer : > For me the dot question is still a problem. > I changed some and an extra dot appeares at the end of the melisma. I used > your last modern Gregorian ily file...but still. > Those lines (line 9 to 13) : melisma = #(define-music-function (parser

Re: Spacing Issue

2015-02-26 Thread Urs Liska
Am 26.02.2015 um 09:07 schrieb Joe Lowry: Hi, I'm a relatively inexperienced Lily Pond user, I need to have a page break after the first page (first movement) of my piece (for duo percussion). I am using the \break command after the last note that I want on the first page and I am properly get

Spacing Issue

2015-02-26 Thread Joe Lowry
Hi, I'm a relatively inexperienced Lily Pond user, I need to have a page break after the first page (first movement) of my piece (for duo percussion). I am using the \break command after the last note that I want on the first page and I am properly getting a line break. The problem is that I onl