lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:


From: VSD
Subject: Re:
Date: Wed, 29 Jun 2005 15:41:45 +0200
User-agent: Opera M2/8.01 (Win32, build 7642)

I'd suggest you to upgrade to 2.6.0; the example I gave you definitely works in 2.6.0. I don't have 2.4.x installed, so I can't test it.

otoh, I'm not sure if the settings you modify inside the \context { \Score ...} block will work or not (if they are intended for that purpose). I think you should modify the values in the #'space-alist property as I told you.

greetings,

Vincent

On Wed, 29 Jun 2005 04:23:52 +0200, <address@hidden> wrote:

Hi,

Thanks for the suggestion on altering the spacing for key signatures.  I
tried playing with the settings but nothing was altered.  I am attaching
two .jpg's (or giving links to see them) of how things look right now.
As well, I will add, below, snippets of my code.... maybe there is a
really simple reason this is happening.

http://smacnay.dyndns.org/~smacnay/crowded-keysig.jpg
http://smacnay.dyndns.org/~smacnay/crowded-keysig2.jpg

Thanks again,

Sterling MacNay

#(set-default-paper-size "letter" 'landscape)
\include "english.ly"
\version "2.4.5"
\header {
  title = "Habe\~nera"
  composer = "Regan MacNay b. 1979"
  copyright = "Copyright - Regan MacNay - June 2005"
  footer = "Engraved with Gnu Linux and Lilypond ver. 2.4.5"
  }
\paper {
%  hsize = 27.9 \cm
%  vsize = 21.6\cm
%  betweensystemspace = 25\mm
%  topmargin = 1\cm
%  bottommargin = 1\cm
%  leftmargin = 3.0\cm
%  rightmargin = 1\cm
%  raggedlastbottom = ##t
%  linewidth = 20\cm
  }
global = {
  \time 4/4
  }
%----- Empty staves
partOne = {
  \key cs \minor
  s1*14
  \set Staff.printKeyCancellation = ##f \key cs \major
  s1*16
  \key cs \minor
  s1*14
  }
partTwo = {
  \key cs \minor
  s1*14
  \set Staff.printKeyCancellation = ##f \key cs \major
  s1*16
  \key cs \minor
  s1*14
  }
rhythmOne = {
  \drummode {
    s1*44
  }
}
rhythmTwo = {
  \drummode {
    s1*44
  }
}
rhythmThree = {
  \drummode {
    s1*44
    }
  }
rhythmFour = {
  \drummode {
    s1*44
    }
  }
rhythmFive = {
  \drummode {
    s1*44
    }
  }
%----- Piano
PianoRH = \relative c' {
  \clef treble
  \key cs \minor
  \time 4/4
  r1\p
  r1
  notes...
  \set Staff.printKeyCancellation = ##f \key cs \major
  notes...
  \key cs \minor
  notes
}

PianoLH = \relative c {
  \clef bass
  \key cs \minor
  \time 4/4
  notes...
\set Staff.printKeyCancellation = ##f \key cs \major $
  notes...
\key cs \minor $
  notes
}

\score { <<
  \context StaffGroup = vocal <<
  \context Staff = partOne { \set Staff.instr = " V1 " \partOne }
  \context Staff = partTwo { \set Staff.instr = " V2 " \partTwo }
  >>
  \context StaffGroup = rhythm <<
\context DrumStaff = rhythmOne { \global \set Staff.instrument = " Rhythm 1 " \set Staff.instr = " R1 " \rhythmOne } \context DrumStaff = rhythmTwo { \global \set Staff.instrument = " Rhythm 2 " \set Staff.instr = " R2 " \rhythmTwo } \context DrumStaff = rhythmThree { \global \set Staff.instrument = " Rhythm 3 " \set Staff.instr = " R3 " \rhythmThree } \context DrumStaff = rhythmFour { \global \set Staff.instrument = " Rhythm 4 " \set Staff.instr = " R4 " \rhythmFour } \context DrumStaff = rhythmFive { \global \set Staff.instrument = " Rhythm 5 " \set Staff.instr = " R5 " \rhythmFive }
  >>
  \context PianoStaff <<
    \set PianoStaff.instrument = #" Piano"
\context Staff = upper { \global \set Staff.midiInstrument = "acoustic grand" \PianoRH } \context Staff = lower { \global \set Staff.midiInstrument = "acoustic grand" \PianoLH }
  >>
  >>
    \layout {
      raggedright = ##f
      raggedbottom = ##t
%    \context { \RemoveEmptyStaffContext }
    \context {
      \Score
      \override BarNumber #'padding = #3
%      \override KeySignature #'padding = #3
%      \override RehearsalMark #'padding = #2
%      \override SpacingSpanner # 'spacing-increment = #3
%      \override TimeSignature #'padding = #3
%      skipbars = ##t
    }
  }
  \midi {
    \tempo 4 = 120
    }
}


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user









reply via email to

[Prev in Thread] Current Thread [Next in Thread]