I am having trouble understand which items can be places one after another,
and which can't;

 

This works:

 

<< 

  \new ChordNames {

    \chordmode {

      c1:aug

    }

  }

  {

    <c e gis>1

  }

>> 

  

c d e 

 

 

<< 

  \new ChordNames {

    \chordmode {

      fis:aug

    }

  }

  {

    <fis ais d>

  }

>> 

 

And so does this:

 

<< 

  \new ChordNames {

    \chordmode {

      c1:aug

    }

  }

  {

    <c e gis>1

  }

>> 

  

\mark "pause"

 

 

<< 

  \new ChordNames {

    \chordmode {

      fis:aug

    }

  }

  {

    <fis ais d>

  }

>> 

 

But this DOESN'T

 

<< 

  \new ChordNames {

    \chordmode {

      c1:aug

    }

  }

  {

    <c e gis>1

  }

>> 

  

\markup {pause}

 

 

<< 

  \new ChordNames {

    \chordmode {

      fis:aug

    }

  }

  {

    <fis ais d>

  }

>> 

 

 

What am I missing here?

 

 

Christopher Brooks

violinist

925 Virginia Avenue

Lancaster, PA 17603

717-291-9123

[email protected]

 

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to