Re: print page numbers on margins

2016-02-09 Thread Thomas Morley
2016-02-09 19:00 GMT+01:00 Jonathan Scholbach :
> Dear all,
>
> I have margins on both sides of the page and would like to print the page
> numbers on the margin. How do I do that?
>
> My settings are
>
> \version "2.19.22"
>
> \paper {
>
> left-margin = 2\cm
>
> right-margin = 2\cm
>
> oddHeaderMarkup= \markup { \column { { \fromproperty
> #'page:page-number-string }}} %left aligned page numbers on odd pages
>
> evenHeaderMarkup = \markup { { \column { \fill-line {"" \fromproperty
> #'page:page-number-string %right aligned page numbers on even pages
>
> }
>
> \book {
>
> \score {
>
> \new Staff { R1*500 }
>
> }
>
> }
>
> I tried to play around with something like
>
> indent = 2\cm
>
> short-indent = 2\cm
>
> horizontal-shift = -1\cm
>
>
> but that's ugly, because it changes only the positioning of the systems, but
> not of, for example, the system-separators.  And there might be many other
> elements I would have to re-position if I did it that way. Is there a
> possibility the other way around - just changing the position of the
> HeaderMarkup?
>
> Thanks!
>
> Jonathan


Is one of the suggestions in the following thread of any help?
http://lilypond.1069038.n5.nabble.com/different-margins-for-footer-and-music-td185896.html

Cheers,
  Harm

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


RE: overlaying noteheads in different voices

2016-02-09 Thread Charles O. Lawrence
Nathan,

Thanks for pointing me in the right direction.  Just what I was looking for.
Many classical guitar works have this type of notation.

Charles

-Original Message-
From: Nathan Ho [mailto:nat...@snappizz.com] 
Sent: Monday, February 8, 2016 10:34 PM
To: Charles O. Lawrence 
Cc: lilypond-user@gnu.org; lilypond-user-bounces+nathan=snappizz@gnu.org
Subject: Re: overlaying noteheads in different voices

On 2016-02-08 19:27, Charles O. Lawrence wrote:
> How do I get the dotted half low a in voice 2 to overlay (blot out? I 
> don't know the proper terminology) the eighth low a in voice 1?
> 
> I searched the LSR, but came up empty, probably because I don't know 
> the proper lilypond terminology for this notation.
> 

Hi Charles,

I don't advise doing this because it is possible to interpret the eighth
note as dotted. But if you must, you're looking for
\mergeDifferentlyHeadedOn and \mergeDifferentlyDottedOn. See
http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices#collisi
on-resolution


Nathan


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


Double time signature

2016-02-09 Thread Christian Bos
Hi all,

Does anybody know how to get a double time signature?
If have tried looking for it in the manuala and LSR, but all they provide me
with is a coupound signature.

Gr.


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


Re: Double time signature

2016-02-09 Thread Kieren MacMillan
Hi Christian,

> Does anybody know how to get a double time signature?
> If have tried looking for it in the manuala and LSR, but all they provide me
> with is a coupound signature.

What about simply removing the parentheses from

?

Hope this helps,
Kieren.


Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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


RE: Cannot resolve rest collision: rest direction not set

2016-02-09 Thread Joseph N. Srednicki
Brian and Mark:

Thanks for your suggestions. 

As recommended, I added the \voiceOne, \voiceTwo, and so on to each
respective voice. I also added the \partial 4. To each voice. 

Implementing these recommendations resolved the issue. Lilypond now compiles
the code without issuing any warnings.

Thanks again.

Joe Srednicki

-Original Message-
From: Brian Barker [mailto:b.m.bar...@btinternet.com] 
Sent: Monday, February 8, 2016 10:37 PM
To: lilypond-user@gnu.org
Cc: Joseph N. Srednicki 
Subject: Re: Cannot resolve rest collision: rest direction not set

At 19:26 08/02/2016 -0500, Joseph N. Srednicki wrote:
>I receive the warning "cannot resolve rest collision: rest direction 
>not set" when I compile the code listed below. Is there anything else 
>that I can do to avoid the warning or am I overlooking something?

You need to add \voiceOne, \voiceTwo, etc. If you do that, the warnings
disappear. See
http://lilypond.org/doc/v2.19/Documentation/notation/multiple-voices .

Oh, and you can then dispense with your \stemDown, which happens
automatically.

Brian Barker 


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


Re: LSR search not working?

2016-02-09 Thread Thomas Morley
2016-02-08 12:35 GMT+01:00 Pierre Perol-Schneider
:
> Now I see. Smart idea!
>
> Cheers,
> Pierre
>
> 2016-02-07 23:31 GMT+01:00 Thomas Morley :
>>
>> 2016-02-07 12:13 GMT+01:00 Pierre Perol-Schneider
>> :
>> > 2016-02-05 10:38 GMT+01:00 Thomas Morley :
>> >> - Doc-tag is removed. The way the bass-signs, "///a" etc, are done
>> >> feels more like a workaround.
>> >>   Not sure about it, though. Phil cc-ed, a second opinion would be
>> >> nice.
>> >
>> >
>> > This is definitely a workaround. Thing is, there is no reason that I
>> > know to
>> > put each bass lute string as single, or?
>>
>> I wonder if it would be possible to tweak TabStaff to put out "///a",
>> etc for pitches below lowest string.
>> I mean, TabStaff is a special Staff. A common Staff uses LedgerLines
>> for lower pitches...
>> Worth some research/test I'd say.
>> No clue when I'll have the time for it, though...
>>
>> Cheers,
>>   Harm
>
>

https://sourceforge.net/p/testlilyissues/issues/4768/

Cheers,
  Harm

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


LilyPond score used on PhotoScore site

2016-02-09 Thread Abraham Lee
I was pleasantly surprised to see a Mutopia score (Beethoven's Piano Trio,
Opus 11, Movement 1)

"featured" on PhotoScore's product page. Here's the direct link to the page:


http://www.neuratron.com/photoscore2.htm

and to the image itself:

http://www.neuratron.com/images/PSOpenPDF_v8.png

Anyway, just wanted to share.

Best,
Abraham

P.S. The exact system is at the bottom of page 7 in A4 format.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond score used on PhotoScore site

2016-02-09 Thread Alberto Simões



On 09/02/16 17:04, Abraham Lee wrote:

I was pleasantly surprised to see a Mutopia score (Beethoven's Piano
Trio, Opus 11, Movement 1)

"featured" on PhotoScore's product page. Here's the direct link to the page:


http://www.neuratron.com/photoscore2.htm

and to the image itself:

http://www.neuratron.com/images/PSOpenPDF_v8.png


Curious, as they integrate with Sibelius, that a Sibelius score was not 
used. But then, for them, Sibelius is great, but .ly is not 
understandable :-)


Cheers
ambs

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


Re: LSR search not working?

2016-02-09 Thread Pierre Perol-Schneider
Harm, this looks promising!
Cheers,
Pierre

2016-02-09 17:17 GMT+01:00 Thomas Morley :

> 2016-02-08 12:35 GMT+01:00 Pierre Perol-Schneider
> :
> > Now I see. Smart idea!
> >
> > Cheers,
> > Pierre
> >
> > 2016-02-07 23:31 GMT+01:00 Thomas Morley :
> >>
> >> 2016-02-07 12:13 GMT+01:00 Pierre Perol-Schneider
> >> :
> >> > 2016-02-05 10:38 GMT+01:00 Thomas Morley :
> >> >> - Doc-tag is removed. The way the bass-signs, "///a" etc, are done
> >> >> feels more like a workaround.
> >> >>   Not sure about it, though. Phil cc-ed, a second opinion would be
> >> >> nice.
> >> >
> >> >
> >> > This is definitely a workaround. Thing is, there is no reason that I
> >> > know to
> >> > put each bass lute string as single, or?
> >>
> >> I wonder if it would be possible to tweak TabStaff to put out "///a",
> >> etc for pitches below lowest string.
> >> I mean, TabStaff is a special Staff. A common Staff uses LedgerLines
> >> for lower pitches...
> >> Worth some research/test I'd say.
> >> No clue when I'll have the time for it, though...
> >>
> >> Cheers,
> >>   Harm
> >
> >
>
> https://sourceforge.net/p/testlilyissues/issues/4768/
>
> Cheers,
>   Harm
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Centering a musical example and reducing the vertical space betweenexample and text

2016-02-09 Thread Robert Blackstone
Hi Phil, 
Thanks for your response.
But no, this is not what I meant, at least not in this simple form.
Meanwhile I have received enough feedback to keep me busy for some time and I 
expect, from what I have seen, that my problem will be solved.

Thanks, again.

Best regards,
Robert 


On 9 Feb 2016, at 13:57 , Phil Holmes  wrote:

> Something like this:?
>  
> \markup \fill-line {\center-column { "Some text"} }
> \markup \fill-line {\center-column { \score { c''1 } } }
> \markup \fill-line {\center-column {"More text"} }
> 
> 
> --
> Phil Holmes
>  
>  

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


Re: Centering a musical example and reducing the vertical space between example and text

2016-02-09 Thread Robert Blackstone
Hi Harm,

My apologies for the inconvenience.
In fact I did attach the screenshot, but not in the correct way, apparently.
I could not find instructions about how to do it correctly. 

Aa for a MWE, the minimal code example that I made did not reproduce the 
problem of the large space between the music-snippet and the next text block, 
so I saw no point in including it.

At this moment I have received enough feedback and I think that I can get both 
problems solved now.

Thanks for your reaction.

Best regards,
Robert


On 9 Feb 2016, at 13:56 , Thomas Morley  wrote:

> 
> 
> 2016-02-09 13:43 GMT+01:00 Robert Blackstone :
> 
> Here is an example of what it looks like now.
> 
> No  isn't. 
> Because I'm not the only one on this list filtering inline-images per 
> default, I'd recommend to attach them.
> It's quite tedious to get the images otherwise, reducing your chance to get 
> an early helpful answer.
>  
> 
> 
> 
> Please, provide always a minimal code example stating the version you use.
>  
> 
> Cheers,
>   Harm 
> 

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


Re: Centering a musical example and reducing the vertical space betweenexample and text

2016-02-09 Thread Robert Blackstone
Hi Pierre,

Thank you for this. The result is what I wanted, as far as the horizontal 
centering of the music example is concerned. In most ways what your ME produces 
is a lot neater than what I had concocted and so there is much that I can learn 
from it and use.

About the other problem, the large space between the musical example and the 
next text-block, I'm not quite sure. In my own ME this gap is about twice a 
large as in your example, but in my real score it is almost 3 times as large as 
in my ME and 5 times as large as in your ME. 

I think I'll first have to incorporate the structural elements of your code in 
my complete .ly-file to see what happens. 

Thanks again.

Best regards,
Robert

  
On 9 Feb 2016, at 14:21 , Pierre Perol-Schneider 
 wrote:

> Hi Robert,
> Hi Harm,
> Hi Phil,
> 
> AFAI understand the question:
> 
> \version "2.18.2"
> 
> \markuplist 
> \override #'(line-width . 90) {
>   \fill-line { 
> \null 
> \override #'(baseline-skip . 2.5)
> \override #'(line-width . 40) 
> \justify {
>   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.
> } 
> \null
> \override #'(baseline-skip . 2.5)
> \override #'(line-width . 40) 
> \justify \italic {
>   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.
> } 
> \null 
>   }
>   
>   \fill-line { 
>   %% v2.19: 
> %\score { c''1 } 
>   %% v2.18: 
> \score { { c''1 } \layout {}}
>   }
>   \vspace #1
>   \fill-line { 
> \null 
> \override #'(baseline-skip . 2.5)
> \override #'(line-width . 40) 
> \justify {
>   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.
> } 
> \null
> \override #'(baseline-skip . 2.5)
> \override #'(line-width . 40) 
> \justify \italic {
>   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.
> } 
> \null 
>   }
> }
> 
> See also: http://lsr.di.unimi.it/LSR/Item?id=300
> HTH.
> 
> Cheers,
> Pierre
> 
> 
> 2016-02-09 13:57 GMT+01:00 Phil Holmes :
> Something like this:?
>  
> \markup
> 
> \fill-line {\center-column { "Some text"} }
> \markup \fill-line {\center-column { \score { c''1 } } }
> \markup \fill-line {\center-column {"More text"} }
> 
> --
> Phil Holmes
>  
>  
> - Original Message -
> From: Robert Blackstone
> To: lilypond-user@gnu.org
> Sent: Tuesday, February 09, 2016 12:43 PM
> Subject: Centering a musical example and reducing the vertical space 
> betweenexample and text
> 
> Dear all,
> 
> Underneath the scores Im working on are comments, in many cases interspersed 
> with little musical examples.
> I am setting the comments in two columns, one with the original German text, 
> the other with an English translation.
> 
> Her is an example of what it looks like now.
> 
> 
> 
> How can I center the musical example?
> And how can I reduce the space between he example and the next text-block?
> 
> Thanks in advance for any help.
> 
> Best regards,
> 
> Robert Blackstone
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

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


print page numbers on margins

2016-02-09 Thread Jonathan Scholbach
Dear all,

I have margins on both sides of the page and would like to print the
page numbers on the margin. How do I do that?

My settings are

\version "2.19.22"

\paper {

left-margin = 2\cm

right-margin = 2\cm

oddHeaderMarkup= \markup { \column { { \fromproperty
#'page:page-number-string }}} %left aligned page numbers on odd pages

evenHeaderMarkup = \markup { { \column { \fill-line {"" \fromproperty
#'page:page-number-string %right aligned page numbers on even pages

}

\book {

\score {

\new Staff { R1*500 }

}

}

I tried to play around with something like

indent = 2\cm

short-indent = 2\cm

horizontal-shift = -1\cm


but that's ugly, because it changes only the positioning of the systems,
but not of, for example, the system-separators.  And there might be many
other elements I would have to re-position if I did it that way. Is
there a possibility the other way around - just changing the position of
the HeaderMarkup?

Thanks!

Jonathan


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


Re: LilyPond score used on PhotoScore site

2016-02-09 Thread Alberto Simões



On 09/02/16 17:48, Helge Kruse wrote:

Am 09.02.2016 um 18:12 schrieb Alberto Simões:



I was pleasantly surprised to see a Mutopia score (Beethoven's Piano
Trio, Opus 11, Movement 1)


"featured" on PhotoScore's product page. Here's the direct link to the
page:


http://www.neuratron.com/photoscore2.htm

and to the image itself:

http://www.neuratron.com/images/PSOpenPDF_v8.png


Curious, as they integrate with Sibelius, that a Sibelius score was not
used. But then, for them, Sibelius is great, but .ly is not
understandable :-)


Did they remove this somewhere? I can't find the relation between the
neuratron site and Mutopia or Lilypond. I also didn't found that the
used a non-Sibilus score.



They do not have any reference!


Can you get me a hint? Where is the Mutopia file featured?


In this screenshot: http://www.neuratron.com/photoscore2.htm
it is being OCR'ed.


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


Re: LilyPond score used on PhotoScore site

2016-02-09 Thread Helge Kruse
Am 09.02.2016 um 18:12 schrieb Alberto Simões:
> 
>> I was pleasantly surprised to see a Mutopia score (Beethoven's Piano
>> Trio, Opus 11, Movement 1)
>> 
>>
>> "featured" on PhotoScore's product page. Here's the direct link to the
>> page:
>>
>> 
>> http://www.neuratron.com/photoscore2.htm
>>
>> and to the image itself:
>>
>> http://www.neuratron.com/images/PSOpenPDF_v8.png
> 
> Curious, as they integrate with Sibelius, that a Sibelius score was not
> used. But then, for them, Sibelius is great, but .ly is not
> understandable :-)

Did they remove this somewhere? I can't find the relation between the
neuratron site and Mutopia or Lilypond. I also didn't found that the
used a non-Sibilus score.

Can you get me a hint? Where is the Mutopia file featured?

Regards
Helge


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


RE: Cannot resolve rest collision: rest direction not set

2016-02-09 Thread Mark Stephen Mrotek
Joseph, 

You are welcome.

Mark

-Original Message-
From: Joseph N. Srednicki [mailto:jos.sredni...@verizon.net] 
Sent: Tuesday, February 09, 2016 5:00 AM
To: 'Brian Barker' ; 'Mark Stephen Mrotek'
; lilypond-user@gnu.org
Subject: RE: Cannot resolve rest collision: rest direction not set

Brian and Mark:

Thanks for your suggestions. 

As recommended, I added the \voiceOne, \voiceTwo, and so on to each
respective voice. I also added the \partial 4. To each voice. 

Implementing these recommendations resolved the issue. Lilypond now compiles
the code without issuing any warnings.

Thanks again.

Joe Srednicki

-Original Message-
From: Brian Barker [mailto:b.m.bar...@btinternet.com]
Sent: Monday, February 8, 2016 10:37 PM
To: lilypond-user@gnu.org
Cc: Joseph N. Srednicki 
Subject: Re: Cannot resolve rest collision: rest direction not set

At 19:26 08/02/2016 -0500, Joseph N. Srednicki wrote:
>I receive the warning "cannot resolve rest collision: rest direction 
>not set" when I compile the code listed below. Is there anything else 
>that I can do to avoid the warning or am I overlooking something?

You need to add \voiceOne, \voiceTwo, etc. If you do that, the warnings
disappear. See
http://lilypond.org/doc/v2.19/Documentation/notation/multiple-voices .

Oh, and you can then dispense with your \stemDown, which happens
automatically.

Brian Barker 


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