multiple dynamics contexts

2017-02-08 Thread Mason Hock
I like the way that a dynamics context organizes content below the staff, and I would like to simultaneously handle content above the staff similarly. I find that simply creating a dynamics context before the staff << \new Dynamics { % content above staff } \new Staff { % music }

Re: New LilyPond website

2017-02-08 Thread Urs Liska
Hi John, Am 09.02.2017 um 07:41 schrieb Werner LEMBERG: >> Ok, you can see the most current version of my design on >> http://jmroper.com/lilypond Thanks for putting this up, it's very helpful to have it that way. Of course you will probably get 20 different opinions from 15 users and

Re: New LilyPond website

2017-02-08 Thread Werner LEMBERG
> Ok, you can see the most current version of my design on > http://jmroper.com/lilypond Thanks. First, some comments regarding the layout. . I like the sans-serif font more that you've used in the previous version. Please restore it. . At the top, I get something like the attached image

Re: New LilyPond website

2017-02-08 Thread Shane Brandes
The opening page is over 50% header vertically. The rest of the pages seem decently proportioned. The 1px grey lines around the music examples might be nicer not present at all. Did I ever mention how much sans serif in block text is irritating. Yes I was going to make a suggestion for a nice

Re: New LilyPond website

2017-02-08 Thread John Roper
Ok, I changed the image to something that made more sense. What do you guys think about everything else? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: New LilyPond website

2017-02-08 Thread David Kastrup
David Kastrup writes: > John Roper writes: > >>> >>> >> John, can you set up >>> >> >>> >> http://jmroper.com/lilypond/ >>> >> >>> >> with `blended' together with a README so that we can inspect the >>> >> source code, CSS, etc., and the necessary steps

Re: New LilyPond website

2017-02-08 Thread Simon Albrecht
On 09.02.2017 00:11, John Roper wrote: Ok, you can see the most current version of my design on http://jmroper.com/lilypond Of course there would be much to do on the details (e.g. I also don’t much fancy the title image with the violinist), but since this is about the design, I’ve got to

Re: New LilyPond website

2017-02-08 Thread David Kastrup
John Roper writes: >> >> >> John, can you set up >> >> >> >> http://jmroper.com/lilypond/ >> >> >> >> with `blended' together with a README so that we can inspect the >> >> source code, CSS, etc., and the necessary steps to create it? I >> >> think only a direct

Re: New LilyPond website

2017-02-08 Thread John Roper
> > >> John, can you set up > >> > >> http://jmroper.com/lilypond/ > >> > >> with `blended' together with a README so that we can inspect the > >> source code, CSS, etc., and the necessary steps to create it? I > >> think only a direct comparison can answer our questions. > Ok, you can see the

Re: hide staff.BarLine fails

2017-02-08 Thread David Kastrup
arlin writes: > Thank yu for the reply. > > I'm transcribing renaissance music, which was barless, but I want barlines > to appear between the staves, i.e. mensurstriche layout. The snippet I > quoted is at >

Re: hide staff.BarLine fails

2017-02-08 Thread arlin
Thank you, Joram. The version was the issue. It works now. Thank you, thank you, thank you. -Arlin -- View this message in context: http://lilypond.1069038.n5.nabble.com/hide-staff-BarLine-fails-tp199864p199868.html Sent from the User mailing list archive at Nabble.com.

hide staff.BarLine fails

2017-02-08 Thread arlin
I am trying to produce a score with barlines between the staves. The manual provides this snip, but I get an "unknown escaped string: '\hide'" when I compile it. Thanks in advance for any help. global = { \hide Staff.BarLine s1 s % the final bar line is not interrupted \undo \hide

Re: hide staff.BarLine fails

2017-02-08 Thread arlin
Thank yu for the reply. I'm transcribing renaissance music, which was barless, but I want barlines to appear between the staves, i.e. mensurstriche layout. The snippet I quoted is at http://lilypond.org/doc/v2.18/Documentation/notation/working-with-ancient-music_002d_002dscenarios-and-solutions

Re: hide staff.BarLine fails

2017-02-08 Thread SoundsFromSound
Noeck wrote > >> \override BarLine #'stencil = ##f > > This is just the same as > \omit BarLine > and it won't work, because you need the right context "Staff": > \omit Staff.BarLine > or equivalent (also working with older versions): > \override Staff.BarLine #'stencil = ##f Sorry for

Problem: Marks having the same vertical spacing

2017-02-08 Thread Stefano Troncaro
Hello everyone, I have been unable to understand the cause of the following behavior, meaning I currently lack a solution. I moved the Mark_Engraver to the Dynamic context, so that in the chamber music score I'm working with I could put a Dynamic context both above the piano and above all the

Re: hide staff.BarLine fails

2017-02-08 Thread Noeck
Hi Arlin, which version do you use? You should use the manual that fits your LilyPond version. \hide and \omit have been introduced around 2.19 (others can be more precise) and your error sounds like you use an older version than required for this. If you need to use the old version, you need to

Re: hide staff.BarLine fails

2017-02-08 Thread SoundsFromSound
arlin wrote > I am trying to produce a score with barlines between the staves. The > manual provides this snip, but I get an "unknown escaped string: '\hide'" > when I compile it. Thanks in advance for any help. > > global = { > \hide Staff.BarLine > s1 s > % the final bar line is not