Re: Score Layout, several questions

2015-04-06 Thread N. Andrew Walsh
oh, heavens! I'm sorry, I didn't mean I was trying to reproduce them (and
yes, that's what I meant about the score: it looks like that, though with
oval noteheads. Just figuring out what printing technology they were using
would be interesting to me. I wonder if they were deliberately using older
types because of the liturgical nature of the material). I just meant it's
interesting work transcribing it into modern notation. No, I do intend for
the score to be a fully modern edition.

Anyway, no, I didn't mean to imply I actually wanted to reproduce that
notation. Just that it's fun (?) to read.

Thanks for the tips on Beam.damping. I'll fiddle around with it.

Cheers,

A

On Mon, Apr 6, 2015 at 3:22 PM, Phil Holmes m...@philholmes.net wrote:

  Perhaps something like the attached image?  FWIW when I set these, under
 _no circumstances_ do I try to replicate the non-continuous staff lines.

 --
 Phil Holmes



 - Original Message -
 *From:* Andrew Bernard andrew.bern...@gmail.com
 *To:* N. Andrew Walsh n.andrew.wa...@gmail.com
 *Cc:* lilypond-user@gnu.org
 *Sent:* Monday, April 06, 2015 2:14 PM
 *Subject:* Re: Score Layout, several questions

 Where you refer to:

 the originals are engraved using single-press typesetting (ie, each note
 is its own block, so staff-lines and whatnot aren't continuous), so it's an
 interesting exercise in historical scores.”

 Andrew


 On 6 April 2015 at 22:44:15, N. Andrew Walsh (n.andrew.wa...@gmail.com)
 wrote:

 I'm unsure what you mean by trying to engrave the gaps in the staff lines
 between the type sorts.

  --

 ___
 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


Re: Score Layout, several questions

2015-04-06 Thread Andrew Bernard
Where you refer to:

the originals are engraved using single-press typesetting (ie, each note is 
its own block, so staff-lines and whatnot aren't continuous), so it's an 
interesting exercise in historical scores.”

Andrew


On 6 April 2015 at 22:44:15, N. Andrew Walsh (n.andrew.wa...@gmail.com) wrote:


I'm unsure what you mean by trying to engrave the gaps in the staff lines 
between the type sorts. 

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


Re: Score Layout, several questions

2015-04-06 Thread Mark Knoop
At 14:43 on 06 Apr 2015, N. Andrew Walsh wrote:
Thanks for the snippet. Do you know of any way to set that
*generally*? At the least, a way to set the difference between the
first and last Beam.positions values to be less than some maximum?

Try experimenting with different values of Beam.damping.

Documentation/internals/beam.html

-- 
Mark Knoop

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


Re: Score Layout, several questions

2015-04-06 Thread David Nalesnik
On Mon, Apr 6, 2015 at 8:22 AM, Phil Holmes m...@philholmes.net wrote:

  Perhaps something like the attached image?  FWIW when I set these, under
 _no circumstances_ do I try to replicate the non-continuous staff lines.

 --
 Phil Holmes



 - Original Message -
 *From:* Andrew Bernard andrew.bern...@gmail.com
 *To:* N. Andrew Walsh n.andrew.wa...@gmail.com
 *Cc:* lilypond-user@gnu.org
 *Sent:* Monday, April 06, 2015 2:14 PM
 *Subject:* Re: Score Layout, several questions

 Where you refer to:

 the originals are engraved using single-press typesetting (ie, each note
 is its own block, so staff-lines and whatnot aren't continuous), so it's an
 interesting exercise in historical scores.”

 Andrew


Not that I would do it either, but see the following for a possible
approach:

http://www.mail-archive.com/lilypond-user%40gnu.org/msg99423.html

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


Re: Score Layout, several questions

2015-04-06 Thread Andrew Bernard
Re beaming positions control:

An example snippet:

\version 2.19.17

treble = \relative c'' {
  \once \override Beam.positions = #'(-3 . -3)
  c8 e g a
  \once \override Beam.positions = #'(3 . 3)
  c, g e c
}

\score {
  \new Staff { \treble }
}

You seem to have jumped in the deep end! Welcome to lilypond!

Are you serious about trying to engrave the gaps in the staff lines between the 
type sorts? Or do I misunderstand?

Andrew

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


Re: Score Layout, several questions

2015-04-06 Thread David Nalesnik
On Mon, Apr 6, 2015 at 8:38 AM, David Nalesnik david.nales...@gmail.com
wrote:



 On Mon, Apr 6, 2015 at 8:22 AM, Phil Holmes m...@philholmes.net wrote:

  Perhaps something like the attached image?  FWIW when I set these,
 under _no circumstances_ do I try to replicate the non-continuous staff
 lines.

 --
 Phil Holmes



 - Original Message -
 *From:* Andrew Bernard andrew.bern...@gmail.com
 *To:* N. Andrew Walsh n.andrew.wa...@gmail.com
 *Cc:* lilypond-user@gnu.org
 *Sent:* Monday, April 06, 2015 2:14 PM
 *Subject:* Re: Score Layout, several questions

 Where you refer to:

 the originals are engraved using single-press typesetting (ie, each note
 is its own block, so staff-lines and whatnot aren't continuous), so it's an
 interesting exercise in historical scores.”

 Andrew


 Not that I would do it either, but see the following for a possible
 approach:

 http://www.mail-archive.com/lilypond-user%40gnu.org/msg99423.html



Of course, this following simple example reveals the flaws right away!

 \version 2.19.16

\new Staff 
  \repeat unfold 8 {
\startStaff s4 \stopStaff
  }
  {
\override Staff.StaffSymbol.stencil =
#(lambda (grob)
   (let ((st (ly:staff-symbol::print grob)))
 (ly:stencil-scale st 0.95 1)))
a4 a a a
a4 a a a
  }


%%%
How to deal with symbols that happen at the same time but are separated
horizontally--for example, a clef and a time signature?

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


Re: Score Layout, several questions

2015-04-06 Thread N. Andrew Walsh
Thanks for the snippet. Do you know of any way to set that *generally*? At
the least, a way to set the difference between the first and last
Beam.positions values to be less than some maximum?

I'm unsure what you mean by trying to engrave the gaps in the staff lines
between the type sorts.

Also, I fixed the errors I was getting with the ScholarLY module (I moved
those snippets to below the score blocks, and the problem went away).

Thanks for the help.

Cheers,

A

On Mon, Apr 6, 2015 at 2:15 PM, Andrew Bernard andrew.bern...@gmail.com
wrote:

 Re beaming positions control:

 An example snippet:

 \version 2.19.17

 treble = \relative c'' {
   \once \override Beam.positions = #'(-3 . -3)
   c8 e g a
   \once \override Beam.positions = #'(3 . 3)
   c, g e c
 }

 \score {
   \new Staff { \treble }
 }

 You seem to have jumped in the deep end! Welcome to lilypond!

 Are you serious about trying to engrave the gaps in the staff lines
 between the type sorts? Or do I misunderstand?

 Andrew


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


Re: Score Layout, several questions

2015-04-06 Thread Phil Holmes
Perhaps something like the attached image?  FWIW when I set these, under _no 
circumstances_ do I try to replicate the non-continuous staff lines.

--
Phil Holmes


  - Original Message - 
  From: Andrew Bernard 
  To: N. Andrew Walsh 
  Cc: lilypond-user@gnu.org 
  Sent: Monday, April 06, 2015 2:14 PM
  Subject: Re: Score Layout, several questions


  Where you refer to:


  the originals are engraved using single-press typesetting (ie, each note is 
its own block, so staff-lines and whatnot aren't continuous), so it's an 
interesting exercise in historical scores.”


  Andrew




  On 6 April 2015 at 22:44:15, N. Andrew Walsh (n.andrew.wa...@gmail.com) wrote:



  I'm unsure what you mean by trying to engrave the gaps in the staff lines 
between the type sorts. 




--


  ___
  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


Re: Score Layout, several questions

2015-04-06 Thread Paul Morris
N. Andrew Walsh wrote
 3) Lastly, is there a general way to increase space between systems on a
 page? I only have room for two to a page, but there looks like about .5cm
 free along the bottom margin. I'd prefer to spread the systems out from
 one
 another a bit more; how can I do this?

You want to change the system-system-spacing settings:
http://lilypond.org/doc/v2.19/Documentation/notation/flexible-vertical-spacing-paper-variables

Since you're using openlilylib, see also:
https://github.com/openlilylib/openlilylib/tree/master/notation-snippets/scale-vertical-spacing

Cheers,
-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Score-Layout-several-questions-tp174100p174119.html
Sent from the User mailing list archive at Nabble.com.

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


Re: Score Layout, several questions

2015-04-06 Thread Simon Albrecht

Am 06.04.2015 um 15:50 schrieb N. Andrew Walsh:
oh, heavens! I'm sorry, I didn't mean I was trying to reproduce them 
(and yes, that's what I meant about the score: it looks like that, 
though with oval noteheads. Just figuring out what printing technology 
they were using would be interesting to me. I wonder if they were 
deliberately using older types because of the liturgical nature of the 
material).
No, it’s just a matter of typesetting (with moveable types) being 
cheaper than engraving (in copper plates) at the time.

~ Simon

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