Take a look at this file and see the line that has \break \break it
dosent work not even with one break
%******************************
\version "2.10.2"
%******************************
numeroHimno = "69"
tituloHimno = "Digno Es El Cordero"
%************************************************************
\paper {
oddHeaderMarkup = \markup { \right-align \bold \large \numeroHimno }
print-page-number = ##f
between-system-space = 0.3\cm
head-separation = 0.0\cm
foot-separation = 0.0\cm
ragged-bottom=##t
ragged-last-bottom=##t
}
%************************************************************
%************************************************************
\header {
title = \tituloHimno
copyright = "Iglesia Bautista de Jesucristo"
tagline = ""
meter = \markup { "(CAPO I)" }
}
%************************************************************
%************************************************************
acordes= \chordmode {
\set chordChanges = ##t
}
%************************************************************
#(define (parenthesis-ignatzek-chord-names in-pitches bass inversion context)
(markup #:line ("(" (ignatzek-chord-names in-pitches bass inversion context) ")")))
%************************************************************
acordesConCapo= << \chordmode {
\set chordChanges = ##t
\set chordNameFunction = #parenthesis-ignatzek-chord-names
\transpose ees d {
}
}
>>
%************************************************************
%************************************************************
tope = \relative c' {
\key ees \major
\override Staff.TimeSignature #'style = #'()
\time 4/4
<<
\new Voice = "melodia" {
\autoBeamOff
<bes ees>8 <bes ees> <c ees> <c ees> <bes ees>4 <ees g>
<g bes>8 <g bes> \stemUp <aes c> <aes c> <g bes>2
\stemDown <bes ees>8 <bes ees> <aes ees'> <aes ees'> <g ees'>4 \stemUp <g bes> \break
<< {\voiceOne g8 g f f ees } \new Voice {\voiceTwo \autoBeamOff g8 g f f ees } >> \oneVoice <d bes'>2
<bes ees>8 <bes ees> <c ees> <c ees> <bes ees>4 <ees g>
<g bes>8 <g bes> \stemUp <aes c> <aes c> <g bes>2 \break \break
%************************************************************
\stemDown <bes ees>8 <bes ees> <aes ees'> <aes ees'> <g ees'>4 \stemUp <g bes>
<ees g>8 <ees g> <d f> <d f> << {\voiceOne ees2} \new Voice {\voiceTwo ees2} >>
}
>>
\new Voice = "melodiaCoro" {
\autoBeamOff
}
}
%************************************************************
%************************************************************
versoUno = \lyricmode {
\set stanza = "1. "
}
versoDos = \lyricmode {
\set stanza = "2. "
}
versoTres = \lyricmode {
\set stanza = "3. "
}
Coro = \lyricmode {
\set stanza = "Coro "
}
%************************************************************
%************************************************************
bajo = \relative c' {
\clef bass
\key ees \major
\override Staff.TimeSignature #'style = #'()
\time 4/4
<<
\new Voice = "bajoVerso" {
\autoBeamOff
}
>>
\new Voice = "bajoCoro" {
\autoBeamOff
}
}
%************************************************************
\score {
<<
\new ChordNames { \acordes }
\new ChordNames { \acordesConCapo }
\context ChoirStaff <<
\new Staff = tope { \tope }
\new Lyrics \lyricsto "melodia" \versoUno
\new Lyrics \lyricsto "melodia" \versoDos
\new Lyrics \lyricsto "melodia" \versoTres
\new Staff = bajo { \bajo }
>>
>>
\layout {
indent = 0
\context { \ChoirStaff \accepts "Lyrics" }
\context { \Score \remove "Bar_number_engraver" }
\context { \Lyrics \override LyricSpace #'minimum-distance = #1.5 }
\context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1) }
\context { \ChordNames \override ChordName #'font-size = #1 }
}
}
nombreAcordes= \chordmode {
\override ChordNames.ChordName #'extra-offset = #'(-3 . 0)
d
}
posicionesAcordes= \lyricmode {
\markup {\fret-diagram-terse #"x;x;o;2;3;2;"}
}
\markup { \bold "Acordes Usados" }
\score{
<<
\new ChordNames { \nombreAcordes }
\new Lyrics \posicionesAcordes
>>
\layout{
indent = 0.5\cm
ragged-right = ##t
\context { \Score \remove "Bar_number_engraver" }
\context{
\Lyrics
\override LyricSpace #'minimum-distance = #2.0
}
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user